GroupId | GroupIdorg.apache.batchee |
---|---|
ArtifactId | ArtifactIdbatchee-jaxrs-webapp |
Version | Version0.6 |
Type | Typewar |
Filename | Size |
---|---|
batchee-jaxrs-webapp-0.6.pom | |
batchee-jaxrs-webapp-0.6.war | 727 KB |
batchee-jaxrs-webapp-0.6-tomeeplus.war | 32 KB |
batchee-jaxrs-webapp-0.6-sources.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.batchee/batchee-jaxrs-webapp/ -->
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-jaxrs-webapp</artifactId>
<version>0.6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-jaxrs-webapp/
implementation 'org.apache.batchee:batchee-jaxrs-webapp:0.6'
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-jaxrs-webapp/
implementation ("org.apache.batchee:batchee-jaxrs-webapp:0.6")
'org.apache.batchee:batchee-jaxrs-webapp:war:0.6'
<dependency org="org.apache.batchee" name="batchee-jaxrs-webapp" rev="0.6">
<artifact name="batchee-jaxrs-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.batchee', module='batchee-jaxrs-webapp', version='0.6')
)
libraryDependencies += "org.apache.batchee" % "batchee-jaxrs-webapp" % "0.6"
[org.apache.batchee/batchee-jaxrs-webapp "0.6"]