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