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