| License |
License |
|---|---|
| Categories |
CategoriesJersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.sun.jersey.samples |
| ArtifactId | ArtifactIdmandel |
| Last Version | Last Version1.19.4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMandel -- Jersey sample
Samples that show how to use jersey.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| mandel-1.19.4.pom | |
| mandel-1.19.4.jar | 49 KB |
| mandel-1.19.4-sources.jar | 7 KB |
| mandel-1.19.4-project.zip | 16 KB |
| mandel-1.19.4-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/mandel/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>mandel</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/mandel/
implementation 'com.sun.jersey.samples:mandel:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/mandel/
implementation ("com.sun.jersey.samples:mandel:1.19.4")
'com.sun.jersey.samples:mandel:jar:1.19.4'
<dependency org="com.sun.jersey.samples" name="mandel" rev="1.19.4">
<artifact name="mandel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='mandel', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.samples" % "mandel" % "1.19.4"
[com.sun.jersey.samples/mandel "1.19.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.8.2 |