GroupId | GroupIdorg.opendaylight.infrautils |
---|---|
ArtifactId | ArtifactIditestutils-it |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
itestutils-it-2.0.0.pom | |
itestutils-it-2.0.0.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.infrautils/itestutils-it/ -->
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>itestutils-it</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/itestutils-it/
implementation 'org.opendaylight.infrautils:itestutils-it:2.0.0'
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/itestutils-it/
implementation ("org.opendaylight.infrautils:itestutils-it:2.0.0")
'org.opendaylight.infrautils:itestutils-it:jar:2.0.0'
<dependency org="org.opendaylight.infrautils" name="itestutils-it" rev="2.0.0">
<artifact name="itestutils-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='itestutils-it', version='2.0.0')
)
libraryDependencies += "org.opendaylight.infrautils" % "itestutils-it" % "2.0.0"
[org.opendaylight.infrautils/itestutils-it "2.0.0"]