| Группа | Группаorg.kevoree.mwg.plugins |
|---|---|
| Идентификатор | Идентификаторrest |
| Версия | Версия1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| rest-1.pom | |
| rest-1.jar | 6 KB |
| rest-1-sources.jar | 4 KB |
| rest-1-javadoc.jar | 24 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/rest/ -->
<dependency>
<groupId>org.kevoree.mwg.plugins</groupId>
<artifactId>rest</artifactId>
<version>1</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/rest/
implementation 'org.kevoree.mwg.plugins:rest:1'
// https://jarcasting.com/artifacts/org.kevoree.mwg.plugins/rest/
implementation ("org.kevoree.mwg.plugins:rest:1")
'org.kevoree.mwg.plugins:rest:jar:1'
<dependency org="org.kevoree.mwg.plugins" name="rest" rev="1">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.mwg.plugins', module='rest', version='1')
)
libraryDependencies += "org.kevoree.mwg.plugins" % "rest" % "1"
[org.kevoree.mwg.plugins/rest "1"]