GroupId | GroupIdorg.actframework |
---|---|
ArtifactId | ArtifactIdact-jax-rs |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
act-jax-rs-1.0.2.pom | |
act-jax-rs-1.0.2.jar | 4 KB |
act-jax-rs-1.0.2-sources.jar | 3 KB |
act-jax-rs-1.0.2-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.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.actframework/act-jax-rs/
implementation 'org.actframework:act-jax-rs:1.0.2'
// https://jarcasting.com/artifacts/org.actframework/act-jax-rs/
implementation ("org.actframework:act-jax-rs:1.0.2")
'org.actframework:act-jax-rs:jar:1.0.2'
<dependency org="org.actframework" name="act-jax-rs" rev="1.0.2">
<artifact name="act-jax-rs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.actframework', module='act-jax-rs', version='1.0.2')
)
libraryDependencies += "org.actframework" % "act-jax-rs" % "1.0.2"
[org.actframework/act-jax-rs "1.0.2"]