GroupId | GroupIdcom.vlkan.hrrs |
---|---|
ArtifactId | ArtifactIdhrrs-example-jaxrs |
Version | Version0.4 |
Type | Typewar |
Filename | Size |
---|---|
hrrs-example-jaxrs-0.4.pom | |
hrrs-example-jaxrs-0.4.war | 9 MB |
hrrs-example-jaxrs-0.4-sources.jar | 2 KB |
hrrs-example-jaxrs-0.4-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-example-jaxrs/ -->
<dependency>
<groupId>com.vlkan.hrrs</groupId>
<artifactId>hrrs-example-jaxrs</artifactId>
<version>0.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-example-jaxrs/
implementation 'com.vlkan.hrrs:hrrs-example-jaxrs:0.4'
// https://jarcasting.com/artifacts/com.vlkan.hrrs/hrrs-example-jaxrs/
implementation ("com.vlkan.hrrs:hrrs-example-jaxrs:0.4")
'com.vlkan.hrrs:hrrs-example-jaxrs:war:0.4'
<dependency org="com.vlkan.hrrs" name="hrrs-example-jaxrs" rev="0.4">
<artifact name="hrrs-example-jaxrs" type="war" />
</dependency>
@Grapes(
@Grab(group='com.vlkan.hrrs', module='hrrs-example-jaxrs', version='0.4')
)
libraryDependencies += "com.vlkan.hrrs" % "hrrs-example-jaxrs" % "0.4"
[com.vlkan.hrrs/hrrs-example-jaxrs "0.4"]