| GroupId | GroupIdorg.onosproject |
|---|---|
| ArtifactId | ArtifactIdonos-rest |
| Version | Version2.6.0-rc4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| onos-rest-2.6.0-rc4.pom | |
| onos-rest-2.6.0-rc4.jar | 1 MB |
| onos-rest-2.6.0-rc4-tests.jar | 163 KB |
| onos-rest-2.6.0-rc4-sources.jar | 66 KB |
| onos-rest-2.6.0-rc4-javadoc.jar | 524 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.onosproject/onos-rest/ -->
<dependency>
<groupId>org.onosproject</groupId>
<artifactId>onos-rest</artifactId>
<version>2.6.0-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/org.onosproject/onos-rest/
implementation 'org.onosproject:onos-rest:2.6.0-rc4'
// https://jarcasting.com/artifacts/org.onosproject/onos-rest/
implementation ("org.onosproject:onos-rest:2.6.0-rc4")
'org.onosproject:onos-rest:jar:2.6.0-rc4'
<dependency org="org.onosproject" name="onos-rest" rev="2.6.0-rc4">
<artifact name="onos-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.onosproject', module='onos-rest', version='2.6.0-rc4')
)
libraryDependencies += "org.onosproject" % "onos-rest" % "2.6.0-rc4"
[org.onosproject/onos-rest "2.6.0-rc4"]