is not current version
Last Version 10.2.0

com.netflix.nebula:nebula-test 7.2.5

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

7.2.5
Type

Type

jar

Download nebula-test 7.2.5


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