GroupId | GroupIdorg.opendaylight.ttp |
---|---|
ArtifactId | ArtifactIdttp-parent |
Version | Version0.1.1-Lithium-SR1 |
Type | Typepom |
Filename | Size |
---|---|
ttp-parent-0.1.1-Lithium-SR1.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.1-Lithium-SR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ttp/ttp-parent/
implementation 'org.opendaylight.ttp:ttp-parent:0.1.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.ttp/ttp-parent/
implementation ("org.opendaylight.ttp:ttp-parent:0.1.1-Lithium-SR1")
'org.opendaylight.ttp:ttp-parent:pom:0.1.1-Lithium-SR1'
<dependency org="org.opendaylight.ttp" name="ttp-parent" rev="0.1.1-Lithium-SR1">
<artifact name="ttp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ttp', module='ttp-parent', version='0.1.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.ttp" % "ttp-parent" % "0.1.1-Lithium-SR1"
[org.opendaylight.ttp/ttp-parent "0.1.1-Lithium-SR1"]