is not current version
Last Version 1.1.0

org.actframework:act-jax-rs 1.0.4

Support JAX-RS in ActFramework

GroupId

GroupId

org.actframework
ArtifactId

ArtifactId

act-jax-rs
Version

Version

1.0.4
Type

Type

jar

Download act-jax-rs 1.0.4


<!-- https://jarcasting.com/artifacts/org.actframework/act-jax-rs/ -->
<dependency>
    <groupId>org.actframework</groupId>
    <artifactId>act-jax-rs</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-jax-rs/
implementation 'org.actframework:act-jax-rs:1.0.4'
// https://jarcasting.com/artifacts/org.actframework/act-jax-rs/
implementation ("org.actframework:act-jax-rs:1.0.4")
'org.actframework:act-jax-rs:jar:1.0.4'
<dependency org="org.actframework" name="act-jax-rs" rev="1.0.4">
  <artifact name="act-jax-rs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-jax-rs', version='1.0.4')
)
libraryDependencies += "org.actframework" % "act-jax-rs" % "1.0.4"
[org.actframework/act-jax-rs "1.0.4"]