| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.sun.jersey.samples.moxy-oxm-mapping |
| Идентификатор | Идентификаторmoxy-oxm-mapping-webapp |
| Версия | Версия1.17 |
| Тип | Типwar |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples.moxy-oxm-mapping/moxy-oxm-mapping-webapp/ -->
<dependency>
<groupId>com.sun.jersey.samples.moxy-oxm-mapping</groupId>
<artifactId>moxy-oxm-mapping-webapp</artifactId>
<version>1.17</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples.moxy-oxm-mapping/moxy-oxm-mapping-webapp/
implementation 'com.sun.jersey.samples.moxy-oxm-mapping:moxy-oxm-mapping-webapp:1.17'
// https://jarcasting.com/artifacts/com.sun.jersey.samples.moxy-oxm-mapping/moxy-oxm-mapping-webapp/
implementation ("com.sun.jersey.samples.moxy-oxm-mapping:moxy-oxm-mapping-webapp:1.17")
'com.sun.jersey.samples.moxy-oxm-mapping:moxy-oxm-mapping-webapp:war:1.17'
<dependency org="com.sun.jersey.samples.moxy-oxm-mapping" name="moxy-oxm-mapping-webapp" rev="1.17">
<artifact name="moxy-oxm-mapping-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples.moxy-oxm-mapping', module='moxy-oxm-mapping-webapp', version='1.17')
)
libraryDependencies += "com.sun.jersey.samples.moxy-oxm-mapping" % "moxy-oxm-mapping-webapp" % "1.17"
[com.sun.jersey.samples.moxy-oxm-mapping/moxy-oxm-mapping-webapp "1.17"]