Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.opendaylight.vtn |
ArtifactId | ArtifactIddistribution |
Version | Version0.3.1-Lithium-SR1 |
Type | Typepom |
Filename | Size |
---|---|
distribution-0.3.1-Lithium-SR1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.vtn/distribution/ -->
<dependency>
<groupId>org.opendaylight.vtn</groupId>
<artifactId>distribution</artifactId>
<version>0.3.1-Lithium-SR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.vtn/distribution/
implementation 'org.opendaylight.vtn:distribution:0.3.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.vtn/distribution/
implementation ("org.opendaylight.vtn:distribution:0.3.1-Lithium-SR1")
'org.opendaylight.vtn:distribution:pom:0.3.1-Lithium-SR1'
<dependency org="org.opendaylight.vtn" name="distribution" rev="0.3.1-Lithium-SR1">
<artifact name="distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.vtn', module='distribution', version='0.3.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.vtn" % "distribution" % "0.3.1-Lithium-SR1"
[org.opendaylight.vtn/distribution "0.3.1-Lithium-SR1"]