is not current version
Last Version 1.19.4

com.sun.jersey.samples:mandel 1.0.3


Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

com.sun.jersey.samples
ArtifactId

ArtifactId

mandel
Version

Version

1.0.3
Type

Type

jar

Download mandel 1.0.3


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