Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.contribs.bill-burke-book |
ArtifactId | ArtifactIdex10_1 |
Version | Version1.15 |
Type | Typewar |
Filename | Size |
---|---|
ex10_1-1.15.pom | |
ex10_1-1.15.war | 1 MB |
ex10_1-1.15-project.zip | 10 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.15</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.15'
// https://jarcasting.com/artifacts/com.sun.jersey.contribs.bill-burke-book/ex10_1/
implementation ("com.sun.jersey.contribs.bill-burke-book:ex10_1:1.15")
'com.sun.jersey.contribs.bill-burke-book:ex10_1:war:1.15'
<dependency org="com.sun.jersey.contribs.bill-burke-book" name="ex10_1" rev="1.15">
<artifact name="ex10_1" type="war" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.contribs.bill-burke-book', module='ex10_1', version='1.15')
)
libraryDependencies += "com.sun.jersey.contribs.bill-burke-book" % "ex10_1" % "1.15"
[com.sun.jersey.contribs.bill-burke-book/ex10_1 "1.15"]