Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdmandel |
Version | Version1.7-ea02 |
Type | Typejar |
Filename | Size |
---|---|
mandel-1.7-ea02.pom | |
mandel-1.7-ea02.jar | 48 KB |
mandel-1.7-ea02-project.zip | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/mandel/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>mandel</artifactId>
<version>1.7-ea02</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/mandel/
implementation 'com.sun.jersey.samples:mandel:1.7-ea02'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/mandel/
implementation ("com.sun.jersey.samples:mandel:1.7-ea02")
'com.sun.jersey.samples:mandel:jar:1.7-ea02'
<dependency org="com.sun.jersey.samples" name="mandel" rev="1.7-ea02">
<artifact name="mandel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='mandel', version='1.7-ea02')
)
libraryDependencies += "com.sun.jersey.samples" % "mandel" % "1.7-ea02"
[com.sun.jersey.samples/mandel "1.7-ea02"]