GroupId | GroupIdorg.opendaylight.controller.model |
---|---|
ArtifactId | ArtifactIdmodel-parent |
Version | Version1.2.1-Lithium-SR1 |
Type | Typepom |
Filename | Size |
---|---|
model-parent-1.2.1-Lithium-SR1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller.model/model-parent/ -->
<dependency>
<groupId>org.opendaylight.controller.model</groupId>
<artifactId>model-parent</artifactId>
<version>1.2.1-Lithium-SR1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller.model/model-parent/
implementation 'org.opendaylight.controller.model:model-parent:1.2.1-Lithium-SR1'
// https://jarcasting.com/artifacts/org.opendaylight.controller.model/model-parent/
implementation ("org.opendaylight.controller.model:model-parent:1.2.1-Lithium-SR1")
'org.opendaylight.controller.model:model-parent:pom:1.2.1-Lithium-SR1'
<dependency org="org.opendaylight.controller.model" name="model-parent" rev="1.2.1-Lithium-SR1">
<artifact name="model-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller.model', module='model-parent', version='1.2.1-Lithium-SR1')
)
libraryDependencies += "org.opendaylight.controller.model" % "model-parent" % "1.2.1-Lithium-SR1"
[org.opendaylight.controller.model/model-parent "1.2.1-Lithium-SR1"]