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