| GroupId | GroupIdorg.wso2.ei |
|---|---|
| ArtifactId | ArtifactIdjaxrs_basic |
| Version | Version6.1.1-update16 |
| Type | Typewar |
| Filename | Size |
|---|---|
| jaxrs_basic-6.1.1-update16.pom | |
| jaxrs_basic-6.1.1-update16.war | 20 KB |
| jaxrs_basic-6.1.1-update16-sources.jar | 12 KB |
| jaxrs_basic-6.1.1-update16-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.ei/jaxrs_basic/ -->
<dependency>
<groupId>org.wso2.ei</groupId>
<artifactId>jaxrs_basic</artifactId>
<version>6.1.1-update16</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.ei/jaxrs_basic/
implementation 'org.wso2.ei:jaxrs_basic:6.1.1-update16'
// https://jarcasting.com/artifacts/org.wso2.ei/jaxrs_basic/
implementation ("org.wso2.ei:jaxrs_basic:6.1.1-update16")
'org.wso2.ei:jaxrs_basic:war:6.1.1-update16'
<dependency org="org.wso2.ei" name="jaxrs_basic" rev="6.1.1-update16">
<artifact name="jaxrs_basic" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wso2.ei', module='jaxrs_basic', version='6.1.1-update16')
)
libraryDependencies += "org.wso2.ei" % "jaxrs_basic" % "6.1.1-update16"
[org.wso2.ei/jaxrs_basic "6.1.1-update16"]