| GroupId | GroupIdorg.opendaylight.infrautils |
|---|---|
| ArtifactId | ArtifactIdinfrautils-testutils |
| Version | Version1.9.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| infrautils-testutils-1.9.3.pom | |
| infrautils-testutils-1.9.3.jar | 53 KB |
| infrautils-testutils-1.9.3-sources.jar | 35 KB |
| infrautils-testutils-1.9.3-javadoc.jar | 544 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.infrautils/infrautils-testutils/ -->
<dependency>
<groupId>org.opendaylight.infrautils</groupId>
<artifactId>infrautils-testutils</artifactId>
<version>1.9.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/infrautils-testutils/
implementation 'org.opendaylight.infrautils:infrautils-testutils:1.9.3'
// https://jarcasting.com/artifacts/org.opendaylight.infrautils/infrautils-testutils/
implementation ("org.opendaylight.infrautils:infrautils-testutils:1.9.3")
'org.opendaylight.infrautils:infrautils-testutils:jar:1.9.3'
<dependency org="org.opendaylight.infrautils" name="infrautils-testutils" rev="1.9.3">
<artifact name="infrautils-testutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.infrautils', module='infrautils-testutils', version='1.9.3')
)
libraryDependencies += "org.opendaylight.infrautils" % "infrautils-testutils" % "1.9.3"
[org.opendaylight.infrautils/infrautils-testutils "1.9.3"]