| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.sun.jersey.samples |
| Идентификатор | Идентификаторjmaki-backend |
| Версия | Версия0.9-ea |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| jmaki-backend-0.9-ea.pom | |
| jmaki-backend-0.9-ea.war | 1 MB |
| jmaki-backend-0.9-ea-project.zip | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/jmaki-backend/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>jmaki-backend</artifactId>
<version>0.9-ea</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/jmaki-backend/
implementation 'com.sun.jersey.samples:jmaki-backend:0.9-ea'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/jmaki-backend/
implementation ("com.sun.jersey.samples:jmaki-backend:0.9-ea")
'com.sun.jersey.samples:jmaki-backend:war:0.9-ea'
<dependency org="com.sun.jersey.samples" name="jmaki-backend" rev="0.9-ea">
<artifact name="jmaki-backend" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='jmaki-backend', version='0.9-ea')
)
libraryDependencies += "com.sun.jersey.samples" % "jmaki-backend" % "0.9-ea"
[com.sun.jersey.samples/jmaki-backend "0.9-ea"]