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