| GroupId | GroupIdorg.opendaylight.ocpplugin.ocpjava | 
|---|---|
| ArtifactId | ArtifactIdfeatures-ocpjava | 
| Version | Version0.2.3-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.3-Carbon</version>
</dependency>// https://jarcasting.com/artifacts/org.opendaylight.ocpplugin.ocpjava/features-ocpjava/
implementation 'org.opendaylight.ocpplugin.ocpjava:features-ocpjava:0.2.3-Carbon'// https://jarcasting.com/artifacts/org.opendaylight.ocpplugin.ocpjava/features-ocpjava/
implementation ("org.opendaylight.ocpplugin.ocpjava:features-ocpjava:0.2.3-Carbon")'org.opendaylight.ocpplugin.ocpjava:features-ocpjava:jar:0.2.3-Carbon'<dependency org="org.opendaylight.ocpplugin.ocpjava" name="features-ocpjava" rev="0.2.3-Carbon">
  <artifact name="features-ocpjava" type="jar" />
</dependency>@Grapes(
@Grab(group='org.opendaylight.ocpplugin.ocpjava', module='features-ocpjava', version='0.2.3-Carbon')
)libraryDependencies += "org.opendaylight.ocpplugin.ocpjava" % "features-ocpjava" % "0.2.3-Carbon"[org.opendaylight.ocpplugin.ocpjava/features-ocpjava "0.2.3-Carbon"]