License |
License |
---|---|
Categories |
CategoriesJSON Data Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdjsonp |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJSONP - Jersey sample
Samples that show how to use jersey.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jsonp-1.19.4.pom | |
jsonp-1.19.4.jar | 9 KB |
jsonp-1.19.4-sources.jar | 7 KB |
jsonp-1.19.4-project.zip | 18 KB |
jsonp-1.19.4-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/jsonp/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>jsonp</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/jsonp/
implementation 'com.sun.jersey.samples:jsonp:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/jsonp/
implementation ("com.sun.jersey.samples:jsonp:1.19.4")
'com.sun.jersey.samples:jsonp:jar:1.19.4'
<dependency org="com.sun.jersey.samples" name="jsonp" rev="1.19.4">
<artifact name="jsonp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='jsonp', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.samples" % "jsonp" % "1.19.4"
[com.sun.jersey.samples/jsonp "1.19.4"]