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