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