Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.macasaet.auth |
ArtifactId | ArtifactIdsample-jersey2 |
Last Version | Last Version0.16 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionSample Jersey 2 application using jersey-hmac-auth
|
Filename | Size |
---|---|
sample-jersey2-0.16.pom | |
sample-jersey2-0.16.war | 7 MB |
sample-jersey2-0.16-sources.jar | 2 KB |
sample-jersey2-0.16-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.macasaet.auth/sample-jersey2/ -->
<dependency>
<groupId>com.macasaet.auth</groupId>
<artifactId>sample-jersey2</artifactId>
<version>0.16</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.macasaet.auth/sample-jersey2/
implementation 'com.macasaet.auth:sample-jersey2:0.16'
// https://jarcasting.com/artifacts/com.macasaet.auth/sample-jersey2/
implementation ("com.macasaet.auth:sample-jersey2:0.16")
'com.macasaet.auth:sample-jersey2:war:0.16'
<dependency org="com.macasaet.auth" name="sample-jersey2" rev="0.16">
<artifact name="sample-jersey2" type="war" />
</dependency>
@Grapes(
@Grab(group='com.macasaet.auth', module='sample-jersey2', version='0.16')
)
libraryDependencies += "com.macasaet.auth" % "sample-jersey2" % "0.16"
[com.macasaet.auth/sample-jersey2 "0.16"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.containers : jersey-container-servlet-core | jar | 2.6 |
com.macasaet.auth : jersey-hmac-auth-server2 | jar | 0.16 |
ch.qos.logback : logback-classic | jar | 1.1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |