GroupId | GroupIdorg.opendaylight.infrautils |
---|---|
ArtifactId | ArtifactIditestutils-it |
Version | Version1.8.1 |
Type | Typejar |
Filename | Size |
---|---|
itestutils-it-1.8.1.pom | |
itestutils-it-1.8.1.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.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/itestutils-it/
implementation 'org.opendaylight.infrautils:itestutils-it:1.8.1'
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/itestutils-it/
implementation ("org.opendaylight.infrautils:itestutils-it:1.8.1")
'org.opendaylight.infrautils:itestutils-it:jar:1.8.1'
<dependency org="org.opendaylight.infrautils" name="itestutils-it" rev="1.8.1">
<artifact name="itestutils-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='itestutils-it', version='1.8.1')
)
libraryDependencies += "org.opendaylight.infrautils" % "itestutils-it" % "1.8.1"
[org.opendaylight.infrautils/itestutils-it "1.8.1"]