carbon-parent
Parent POM file for WSO2 Carbon platform projects hold the properties, plugins which are required to build carbon components, carbon features and products.
License |
License |
---|---|
GroupId | GroupIdorg.wso2.appserver |
ArtifactId | ArtifactIdjaxrs_basic |
Last Version | Last Version6.0.0-m4 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionWSO2 Application Server - Sample - JAX-RS Basic Demo
JAX-RS Basic Demo
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jaxrs_basic-6.0.0-m4.pom | |
jaxrs_basic-6.0.0-m4.war | 111 KB |
jaxrs_basic-6.0.0-m4-sources.jar | 11 KB |
jaxrs_basic-6.0.0-m4-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.appserver/jaxrs_basic/ -->
<dependency>
<groupId>org.wso2.appserver</groupId>
<artifactId>jaxrs_basic</artifactId>
<version>6.0.0-m4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.appserver/jaxrs_basic/
implementation 'org.wso2.appserver:jaxrs_basic:6.0.0-m4'
// https://jarcasting.com/artifacts/org.wso2.appserver/jaxrs_basic/
implementation ("org.wso2.appserver:jaxrs_basic:6.0.0-m4")
'org.wso2.appserver:jaxrs_basic:war:6.0.0-m4'
<dependency org="org.wso2.appserver" name="jaxrs_basic" rev="6.0.0-m4">
<artifact name="jaxrs_basic" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.appserver', module='jaxrs_basic', version='6.0.0-m4')
)
libraryDependencies += "org.wso2.appserver" % "jaxrs_basic" % "6.0.0-m4"
[org.wso2.appserver/jaxrs_basic "6.0.0-m4"]
Group / Artifact | Type | Version |
---|---|---|
javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
Parent POM file for WSO2 Carbon platform projects hold the properties, plugins which are required to build carbon components, carbon features and products.