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