nebula-bintray-plugin.
Additional Bintray tasks.
Here is the list of declaration for nebula-bintray-plugin. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>com.netflix.nebula</groupId> <artifactId>nebula-bintray-plugin</artifactId> <version>1.12.3</version> </dependency>
If you think this Maven repository POM file listing for nebula-bintray-plugin is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following packages are defined in the nebula-bintray-plugin-1.12.3.jar
nebula.plugin.bintray
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.netflix.nebula</groupId> <artifactId>nebula-bintray-plugin</artifactId> <version>1.12.3</version> <dependencies> <dependency> <groupId>com.jfrog.bintray.gradle</groupId> <artifactId>gradle-bintray-plugin</artifactId> <version>0.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.netflix.nebula</groupId> <artifactId>nebula-publishing-plugin</artifactId> <version>1.12.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jfrog.buildinfo</groupId> <artifactId>build-info-extractor-gradle</artifactId> <version>2.2.4</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.netflix.nebula</groupId> <artifactId>nebula-test</artifactId> <version>1.12.+</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.jfrog.bintray.gradle</groupId> <artifactId>gradle-bintray-plugin</artifactId> <version>0.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.netflix.nebula</groupId> <artifactId>nebula-publishing-plugin</artifactId> <version>1.12.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jfrog.buildinfo</groupId> <artifactId>build-info-extractor-gradle</artifactId> <version>2.2.4</version> <scope>runtime</scope> </dependency> </dependencies> <name>nebula-bintray-plugin</name> <description>Additional Bintray tasks</description> <url>https://github.com/nebula-plugins/nebula-bintray-plugin</url> <scm> <url>scm:git://github.com/nebula-plugins/nebula-bintray-plugin.git</url> <connection>scm:git://github.com/nebula-plugins/nebula-bintray-plugin.git</connection> </scm> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> </project>