Categories |
CategoriesSpring Boot Container Microservices Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.arucard21.simplyrestful |
ArtifactId | ArtifactIdSimplyRESTful-jersey-spring-boot |
Version | Version0.7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/SimplyRESTful-jersey-spring-boot/ -->
<dependency>
<groupId>com.github.arucard21.simplyrestful</groupId>
<artifactId>SimplyRESTful-jersey-spring-boot</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/SimplyRESTful-jersey-spring-boot/
implementation 'com.github.arucard21.simplyrestful:SimplyRESTful-jersey-spring-boot:0.7'
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/SimplyRESTful-jersey-spring-boot/
implementation ("com.github.arucard21.simplyrestful:SimplyRESTful-jersey-spring-boot:0.7")
'com.github.arucard21.simplyrestful:SimplyRESTful-jersey-spring-boot:jar:0.7'
<dependency org="com.github.arucard21.simplyrestful" name="SimplyRESTful-jersey-spring-boot" rev="0.7">
<artifact name="SimplyRESTful-jersey-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arucard21.simplyrestful', module='SimplyRESTful-jersey-spring-boot', version='0.7')
)
libraryDependencies += "com.github.arucard21.simplyrestful" % "SimplyRESTful-jersey-spring-boot" % "0.7"
[com.github.arucard21.simplyrestful/SimplyRESTful-jersey-spring-boot "0.7"]