License |
License |
---|---|
GroupId | GroupIdorg.actframework |
ArtifactId | ArtifactIdact-jax-rs |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionACT JAX-RS
Support JAX-RS in ActFramework
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
act-jax-rs-1.1.0.pom | |
act-jax-rs-1.1.0.jar | 4 KB |
act-jax-rs-1.1.0-sources.jar | 3 KB |
act-jax-rs-1.1.0-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.actframework/act-jax-rs/ -->
<dependency>
<groupId>org.actframework</groupId>
<artifactId>act-jax-rs</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-jax-rs/
implementation 'org.actframework:act-jax-rs:1.1.0'
// https://jarcasting.com/artifacts/org.actframework/act-jax-rs/
implementation ("org.actframework:act-jax-rs:1.1.0")
'org.actframework:act-jax-rs:jar:1.1.0'
<dependency org="org.actframework" name="act-jax-rs" rev="1.1.0">
<artifact name="act-jax-rs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-jax-rs', version='1.1.0')
)
libraryDependencies += "org.actframework" % "act-jax-rs" % "1.1.0"
[org.actframework/act-jax-rs "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.osgl : osgl-version | jar | 2.0.0-BETA-4-JAVA7 |
org.actframework : act | jar | 1.8.29 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.9.0 |
org.osgl : osgl-ut | jar | 2.0.0-BETA-4-JAVA7 |