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