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