is not current version
Last Version 10

org.kevoree.mwg.plugins:rest 7


GroupId

GroupId

org.kevoree.mwg.plugins
ArtifactId

ArtifactId

rest
Version

Version

7
Type

Type

jar

Download rest 7


<!-- https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/rest/ -->
<dependency>
    <groupId>org.kevoree.mwg.plugins</groupId>
    <artifactId>rest</artifactId>
    <version>7</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/rest/
implementation 'org.kevoree.mwg.plugins:rest:7'
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/rest/
implementation ("org.kevoree.mwg.plugins:rest:7")
'org.kevoree.mwg.plugins:rest:jar:7'
<dependency org="org.kevoree.mwg.plugins" name="rest" rev="7">
  <artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.mwg.plugins', module='rest', version='7')
)
libraryDependencies += "org.kevoree.mwg.plugins" % "rest" % "7"
[org.kevoree.mwg.plugins/rest "7"]