GroupId | GroupIdorg.kevoree.mwg.plugins |
---|---|
ArtifactId | ArtifactIdrest |
Version | Version6 |
Type | Typejar |
Filename | Size |
---|---|
rest-6.pom | |
rest-6.jar | 8 KB |
rest-6-sources.jar | 4 KB |
rest-6-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/rest/ -->
<dependency>
<groupId>org.kevoree.mwg.plugins</groupId>
<artifactId>rest</artifactId>
<version>6</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/rest/
implementation 'org.kevoree.mwg.plugins:rest:6'
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/rest/
implementation ("org.kevoree.mwg.plugins:rest:6")
'org.kevoree.mwg.plugins:rest:jar:6'
<dependency org="org.kevoree.mwg.plugins" name="rest" rev="6">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.mwg.plugins', module='rest', version='6')
)
libraryDependencies += "org.kevoree.mwg.plugins" % "rest" % "6"
[org.kevoree.mwg.plugins/rest "6"]