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