GroupId | GroupIdorg.opendaylight.mdsal.model |
---|---|
ArtifactId | ArtifactIdfeatures-mdsal-model |
Version | Version0.10.3-Carbon |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.mdsal.model/features-mdsal-model/ -->
<dependency>
<groupId>org.opendaylight.mdsal.model</groupId>
<artifactId>features-mdsal-model</artifactId>
<version>0.10.3-Carbon</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.mdsal.model/features-mdsal-model/
implementation 'org.opendaylight.mdsal.model:features-mdsal-model:0.10.3-Carbon'
// https://jarcasting.com/artifacts/org.opendaylight.mdsal.model/features-mdsal-model/
implementation ("org.opendaylight.mdsal.model:features-mdsal-model:0.10.3-Carbon")
'org.opendaylight.mdsal.model:features-mdsal-model:jar:0.10.3-Carbon'
<dependency org="org.opendaylight.mdsal.model" name="features-mdsal-model" rev="0.10.3-Carbon">
<artifact name="features-mdsal-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.mdsal.model', module='features-mdsal-model', version='0.10.3-Carbon')
)
libraryDependencies += "org.opendaylight.mdsal.model" % "features-mdsal-model" % "0.10.3-Carbon"
[org.opendaylight.mdsal.model/features-mdsal-model "0.10.3-Carbon"]