License |
License |
---|---|
GroupId | GroupIdcom.vlkan |
ArtifactId | ArtifactIdvanilla-jaxrs-service-api-archetype |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionVanilla JAX-RS Service API Archetype
Archetype for creating a microservice API using vanilla JAX-RS.
|
<!-- https://jarcasting.com/artifacts/com.vlkan/vanilla-jaxrs-service-api-archetype/ -->
<dependency>
<groupId>com.vlkan</groupId>
<artifactId>vanilla-jaxrs-service-api-archetype</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vlkan/vanilla-jaxrs-service-api-archetype/
implementation 'com.vlkan:vanilla-jaxrs-service-api-archetype:0.1'
// https://jarcasting.com/artifacts/com.vlkan/vanilla-jaxrs-service-api-archetype/
implementation ("com.vlkan:vanilla-jaxrs-service-api-archetype:0.1")
'com.vlkan:vanilla-jaxrs-service-api-archetype:jar:0.1'
<dependency org="com.vlkan" name="vanilla-jaxrs-service-api-archetype" rev="0.1">
<artifact name="vanilla-jaxrs-service-api-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vlkan', module='vanilla-jaxrs-service-api-archetype', version='0.1')
)
libraryDependencies += "com.vlkan" % "vanilla-jaxrs-service-api-archetype" % "0.1"
[com.vlkan/vanilla-jaxrs-service-api-archetype "0.1"]