License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdmoxy |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionMOXy Jersey Webapp
Samples that show how to use jersey.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
moxy-1.19.4.pom | |
moxy-1.19.4.war | 5 MB |
moxy-1.19.4-sources.jar | 7 KB |
moxy-1.19.4-project.zip | 24 KB |
moxy-1.19.4-javadoc.jar | 43 KB |
moxy-1.19.4-gf-project.zip | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/moxy/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>moxy</artifactId>
<version>1.19.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/moxy/
implementation 'com.sun.jersey.samples:moxy:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/moxy/
implementation ("com.sun.jersey.samples:moxy:1.19.4")
'com.sun.jersey.samples:moxy:war:1.19.4'
<dependency org="com.sun.jersey.samples" name="moxy" rev="1.19.4">
<artifact name="moxy" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='moxy', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.samples" % "moxy" % "1.19.4"
[com.sun.jersey.samples/moxy "1.19.4"]