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