is not current version
Last Version 1.19.4

com.sun.jersey.samples:mandel 1.12


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.samples
ArtifactId

ArtifactId

mandel
Version

Version

1.12
Type

Type

jar

Download mandel 1.12


<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/mandel/ -->
<dependency>
    <groupId>com.sun.jersey.samples</groupId>
    <artifactId>mandel</artifactId>
    <version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/mandel/
implementation 'com.sun.jersey.samples:mandel:1.12'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/mandel/
implementation ("com.sun.jersey.samples:mandel:1.12")
'com.sun.jersey.samples:mandel:jar:1.12'
<dependency org="com.sun.jersey.samples" name="mandel" rev="1.12">
  <artifact name="mandel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='mandel', version='1.12')
)
libraryDependencies += "com.sun.jersey.samples" % "mandel" % "1.12"
[com.sun.jersey.samples/mandel "1.12"]