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