GroupId | GroupIdorg.opendaylight.neutron |
---|---|
ArtifactId | ArtifactIdproject-neutron |
Version | Version0.14.1 |
Type | Typepom |
Filename | Size |
---|---|
project-neutron-0.14.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.neutron/project-neutron/ -->
<dependency>
<groupId>org.opendaylight.neutron</groupId>
<artifactId>project-neutron</artifactId>
<version>0.14.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.neutron/project-neutron/
implementation 'org.opendaylight.neutron:project-neutron:0.14.1'
// https://jarcasting.com/artifacts/org.opendaylight.neutron/project-neutron/
implementation ("org.opendaylight.neutron:project-neutron:0.14.1")
'org.opendaylight.neutron:project-neutron:pom:0.14.1'
<dependency org="org.opendaylight.neutron" name="project-neutron" rev="0.14.1">
<artifact name="project-neutron" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.neutron', module='project-neutron', version='0.14.1')
)
libraryDependencies += "org.opendaylight.neutron" % "project-neutron" % "0.14.1"
[org.opendaylight.neutron/project-neutron "0.14.1"]