GroupId | GroupIdorg.opendaylight.defense4all |
---|---|
ArtifactId | ArtifactIdrestservice |
Version | Version1.0.16-Helium-SR2 |
Type | Typewar |
Filename | Size |
---|---|
restservice-1.0.16-Helium-SR2.pom | |
restservice-1.0.16-Helium-SR2.war | 21 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.defense4all/restservice/ -->
<dependency>
<groupId>org.opendaylight.defense4all</groupId>
<artifactId>restservice</artifactId>
<version>1.0.16-Helium-SR2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.defense4all/restservice/
implementation 'org.opendaylight.defense4all:restservice:1.0.16-Helium-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.defense4all/restservice/
implementation ("org.opendaylight.defense4all:restservice:1.0.16-Helium-SR2")
'org.opendaylight.defense4all:restservice:war:1.0.16-Helium-SR2'
<dependency org="org.opendaylight.defense4all" name="restservice" rev="1.0.16-Helium-SR2">
<artifact name="restservice" type="war" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.defense4all', module='restservice', version='1.0.16-Helium-SR2')
)
libraryDependencies += "org.opendaylight.defense4all" % "restservice" % "1.0.16-Helium-SR2"
[org.opendaylight.defense4all/restservice "1.0.16-Helium-SR2"]