Download nebula-test-4.2.2.jar file - Jar n

Jar examples for n:nebula-test

Description

Test harness for Gradle plugins. Hopefully retiring in favor of Gradle TestKit

You can download jar file nebula-test 4.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add nebula-test-4.2.2.jar to your project.

<dependency>
   <groupId>com.netflix.nebula</groupId>
   <artifactId>nebula-test</artifactId>
   <version>4.2.2</version>
</dependency>
compile group: 'com.netflix.nebula', name: 'nebula-test', version: '4.2.2'
libraryDependencies += "com.netflix.nebula" % "nebula-test" % "4.2.2"
<dependency org="com.netflix.nebula" name="nebula-test" rev="4.2.2"/>
@Grapes(@Grab(group='com.netflix.nebula', module='nebula-test', version='4.2.2'))
'com.netflix.nebula:nebula-test:jar:4.2.2'

Download

Click the following link to download the jar file.

nebula-test-4.2.2-javadoc.jar
nebula-test-4.2.2-sources.jar
nebula-test-4.2.2.jar
nebula-test-4.2.2.pom



Related Tutorials