GroupId | GroupIdorg.opendaylight.ttp |
---|---|
ArtifactId | ArtifactIdutils |
Version | Version0.3.1-Boron-SR1 |
Type | Typejar |
Filename | Size |
---|---|
utils-0.3.1-Boron-SR1.pom | |
utils-0.3.1-Boron-SR1.jar | 11 KB |
utils-0.3.1-Boron-SR1-sources.jar | 4 KB |
utils-0.3.1-Boron-SR1-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ttp/utils/ -->
<dependency>
<groupId>org.opendaylight.ttp</groupId>
<artifactId>utils</artifactId>
<version>0.3.1-Boron-SR1</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ttp/utils/
implementation 'org.opendaylight.ttp:utils:0.3.1-Boron-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.ttp/utils/
implementation ("org.opendaylight.ttp:utils:0.3.1-Boron-SR1")
'org.opendaylight.ttp:utils:jar:0.3.1-Boron-SR1'
<dependency org="org.opendaylight.ttp" name="utils" rev="0.3.1-Boron-SR1">
<artifact name="utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ttp', module='utils', version='0.3.1-Boron-SR1')
)
libraryDependencies += "org.opendaylight.ttp" % "utils" % "0.3.1-Boron-SR1"
[org.opendaylight.ttp/utils "0.3.1-Boron-SR1"]