GroupId | GroupIdorg.opendaylight.genius |
---|---|
ArtifactId | ArtifactIdtestutils |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
testutils-0.4.0.pom | |
testutils-0.4.0.jar | 18 KB |
testutils-0.4.0-sources.jar | 9 KB |
testutils-0.4.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.genius/testutils/ -->
<dependency>
<groupId>org.opendaylight.genius</groupId>
<artifactId>testutils</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.genius/testutils/
implementation 'org.opendaylight.genius:testutils:0.4.0'
// https://jarcasting.com/artifacts/org.opendaylight.genius/testutils/
implementation ("org.opendaylight.genius:testutils:0.4.0")
'org.opendaylight.genius:testutils:jar:0.4.0'
<dependency org="org.opendaylight.genius" name="testutils" rev="0.4.0">
<artifact name="testutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.genius', module='testutils', version='0.4.0')
)
libraryDependencies += "org.opendaylight.genius" % "testutils" % "0.4.0"
[org.opendaylight.genius/testutils "0.4.0"]