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