is not current version
Last Version 10.2.0

com.netflix.nebula:nebula-test 4.1.0

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

Categories

Categories

Net
GroupId

GroupId

com.netflix.nebula
ArtifactId

ArtifactId

nebula-test
Version

Version

4.1.0
Type

Type

jar

Download nebula-test 4.1.0


<!-- https://jarcasting.com/artifacts/com.netflix.nebula/nebula-test/ -->
<dependency>
    <groupId>com.netflix.nebula</groupId>
    <artifactId>nebula-test</artifactId>
    <version>4.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.nebula/nebula-test/
implementation 'com.netflix.nebula:nebula-test:4.1.0'
// https://jarcasting.com/artifacts/com.netflix.nebula/nebula-test/
implementation ("com.netflix.nebula:nebula-test:4.1.0")
'com.netflix.nebula:nebula-test:jar:4.1.0'
<dependency org="com.netflix.nebula" name="nebula-test" rev="4.1.0">
  <artifact name="nebula-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.nebula', module='nebula-test', version='4.1.0')
)
libraryDependencies += "com.netflix.nebula" % "nebula-test" % "4.1.0"
[com.netflix.nebula/nebula-test "4.1.0"]