GroupId | GroupIdorg.kevoree.mwg.plugins |
---|---|
ArtifactId | ArtifactIdrest |
Version | Version2 |
Type | Typejar |
Filename | Size |
---|---|
rest-2.pom | |
rest-2.jar | 6 KB |
rest-2-sources.jar | 4 KB |
rest-2-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>2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/rest/
implementation 'org.kevoree.mwg.plugins:rest:2'
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/rest/
implementation ("org.kevoree.mwg.plugins:rest:2")
'org.kevoree.mwg.plugins:rest:jar:2'
<dependency org="org.kevoree.mwg.plugins" name="rest" rev="2">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.mwg.plugins', module='rest', version='2')
)
libraryDependencies += "org.kevoree.mwg.plugins" % "rest" % "2"
[org.kevoree.mwg.plugins/rest "2"]