Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.contribs.bill-burke-book |
ArtifactId | ArtifactIdex10_1 |
Version | Version1.19.2 |
Type | Typewar |
Filename | Size |
---|---|
ex10_1-1.19.2.pom | |
ex10_1-1.19.2.war | 2 MB |
ex10_1-1.19.2-project.zip | 11 KB |
ex10_1-1.19.2-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.contribs.bill-burke-book/ex10_1/ -->
<dependency>
<groupId>com.sun.jersey.contribs.bill-burke-book</groupId>
<artifactId>ex10_1</artifactId>
<version>1.19.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.contribs.bill-burke-book/ex10_1/
implementation 'com.sun.jersey.contribs.bill-burke-book:ex10_1:1.19.2'
// https://jarcasting.com/artifacts/com.sun.jersey.contribs.bill-burke-book/ex10_1/
implementation ("com.sun.jersey.contribs.bill-burke-book:ex10_1:1.19.2")
'com.sun.jersey.contribs.bill-burke-book:ex10_1:war:1.19.2'
<dependency org="com.sun.jersey.contribs.bill-burke-book" name="ex10_1" rev="1.19.2">
<artifact name="ex10_1" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.contribs.bill-burke-book', module='ex10_1', version='1.19.2')
)
libraryDependencies += "com.sun.jersey.contribs.bill-burke-book" % "ex10_1" % "1.19.2"
[com.sun.jersey.contribs.bill-burke-book/ex10_1 "1.19.2"]