GroupId | GroupIdorg.wso2.appserver |
---|---|
ArtifactId | ArtifactIdsimple-jax-rs-service |
Version | Version6.0.0-m2 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/simple-jax-rs-service/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>simple-jax-rs-service</artifactId>
<version>6.0.0-m2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/simple-jax-rs-service/
implementation 'org.wso2.appserver:simple-jax-rs-service:6.0.0-m2'
// https://jarcasting.com/artifacts/org.wso2.appserver/simple-jax-rs-service/
implementation ("org.wso2.appserver:simple-jax-rs-service:6.0.0-m2")
'org.wso2.appserver:simple-jax-rs-service:war:6.0.0-m2'
<dependency org="org.wso2.appserver" name="simple-jax-rs-service" rev="6.0.0-m2">
<artifact name="simple-jax-rs-service" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='simple-jax-rs-service', version='6.0.0-m2')
)
libraryDependencies += "org.wso2.appserver" % "simple-jax-rs-service" % "6.0.0-m2"
[org.wso2.appserver/simple-jax-rs-service "6.0.0-m2"]