GroupId | GroupIdorg.kevoree.mwg.plugins |
---|---|
ArtifactId | ArtifactIdrest |
Version | Version7 |
Type | Typejar |
Filename | Size |
---|---|
rest-7.pom | |
rest-7.jar | 8 KB |
rest-7-sources.jar | 4 KB |
rest-7-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>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"]