License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.integration |
ArtifactId | ArtifactIdproperties |
Last Version | Last Version0.16.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionODL :: integration :: properties
POM defining upstream public versions as properties, to be used as parent for artifact pom definitions.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
properties-0.16.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.integration/properties/ -->
<dependency>
<groupId>org.opendaylight.integration</groupId>
<artifactId>properties</artifactId>
<version>0.16.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.integration/properties/
implementation 'org.opendaylight.integration:properties:0.16.0'
// https://jarcasting.com/artifacts/org.opendaylight.integration/properties/
implementation ("org.opendaylight.integration:properties:0.16.0")
'org.opendaylight.integration:properties:pom:0.16.0'
<dependency org="org.opendaylight.integration" name="properties" rev="0.16.0">
<artifact name="properties" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.integration', module='properties', version='0.16.0')
)
libraryDependencies += "org.opendaylight.integration" % "properties" % "0.16.0"
[org.opendaylight.integration/properties "0.16.0"]