License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.github.arucard21.simplyrestful |
ArtifactId | ArtifactIdSimplyRESTful-jersey-spring-boot |
Last Version | Last Version0.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimplyRESTful-jersey-spring-boot
Easily deploy your SimplyRESTful API using Jersey with Spring Boot
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/SimplyRESTful-jersey-spring-boot/
implementation 'com.github.arucard21.simplyrestful:SimplyRESTful-jersey-spring-boot:0.8.0'
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/SimplyRESTful-jersey-spring-boot/
implementation ("com.github.arucard21.simplyrestful:SimplyRESTful-jersey-spring-boot:0.8.0")
'com.github.arucard21.simplyrestful:SimplyRESTful-jersey-spring-boot:jar:0.8.0'
<dependency org="com.github.arucard21.simplyrestful" name="SimplyRESTful-jersey-spring-boot" rev="0.8.0">
<artifact name="SimplyRESTful-jersey-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arucard21.simplyrestful', module='SimplyRESTful-jersey-spring-boot', version='0.8.0')
)
libraryDependencies += "com.github.arucard21.simplyrestful" % "SimplyRESTful-jersey-spring-boot" % "0.8.0"
[com.github.arucard21.simplyrestful/SimplyRESTful-jersey-spring-boot "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.arucard21.simplyrestful : SimplyRESTful | jar | 0.8.0 |
org.springframework.boot : spring-boot | jar | 2.0.5.RELEASE |
org.webjars : swagger-ui | jar | 2.2.6 |
org.springframework.boot : spring-boot-starter-jersey | jar | 2.0.5.RELEASE |
io.swagger : swagger-jersey2-jaxrs | jar | 1.5.21 |