nebula-test.
Test harness for Gradle plugins.
Here is the list of declaration for nebula-test. 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-test</artifactId> <version>1.12.2</version> </dependency>
If you think this Maven repository POM file listing for nebula-test 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 nebula-test-1.12.2 has 2 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | spock-core 0.7-groovy-1.8 Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers. Spo... | 107 |
Byte Code | cglib-nodep 2.2.2 Code generation library with shaded ASM dependecies | 60 |
The following table lists the most popular artifacts which are depending on nebula-test-1.12.2. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Build | nebula-project-plugin 1.12.9 Gradle plugin to setup a responsible Gradle project | 7 |
The following packages are defined in the nebula-test-1.12.2.jar
com.energizedwork.spock.extensions nebula.test nebula.test.dependencies nebula.test.functional nebula.test.functional.internal nebula.test.functional.internal.classpath nebula.test.functional.internal.launcherapi nebula.test.functional.internal.toolingapi
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-test</artifactId> <version>1.12.2</version> <dependencies> <dependency> <groupId>org.spockframework</groupId> <artifactId>spock-core</artifactId> <version>0.7-groovy-1.8</version> <scope>runtime</scope> <exclusions> <exclusion> <groupId>org.codehaus.groovy</groupId> </exclusion> </exclusions> </dependency> <dependency> <groupId>cglib</groupId> <artifactId>cglib-nodep</artifactId> <version>2.2.2</version> <scope>runtime</scope> </dependency> </dependencies> <name>nebula-test</name> <description>Test harness for Gradle plugins</description> <url>https://github.com/nebula-plugins/nebula-test</url> <scm> <url>scm:git://github.com/nebula-plugins/nebula-test.git</url> <connection>scm:git://github.com/nebula-plugins/nebula-test.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>