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