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