GroupId | GroupIdorg.opendaylight.ttp |
---|---|
ArtifactId | ArtifactIdttp-root |
Version | Version0.4.1-Carbon |
Type | Typepom |
Filename | Size |
---|---|
ttp-root-0.4.1-Carbon.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ttp/ttp-root/ -->
<dependency>
<groupId>org.opendaylight.ttp</groupId>
<artifactId>ttp-root</artifactId>
<version>0.4.1-Carbon</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ttp/ttp-root/
implementation 'org.opendaylight.ttp:ttp-root:0.4.1-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.ttp/ttp-root/
implementation ("org.opendaylight.ttp:ttp-root:0.4.1-Carbon")
'org.opendaylight.ttp:ttp-root:pom:0.4.1-Carbon'
<dependency org="org.opendaylight.ttp" name="ttp-root" rev="0.4.1-Carbon">
<artifact name="ttp-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ttp', module='ttp-root', version='0.4.1-Carbon')
)
libraryDependencies += "org.opendaylight.ttp" % "ttp-root" % "0.4.1-Carbon"
[org.opendaylight.ttp/ttp-root "0.4.1-Carbon"]