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