License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.arucard21.simplyrestful |
ArtifactId | ArtifactIdSimplyRESTful-spring-data |
Last Version | Last Version0.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimplyRESTful-spring-data
Easily persist your SimplyRESTful API using Spring Data
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/SimplyRESTful-spring-data/ -->
<dependency>
<groupId>com.github.arucard21.simplyrestful</groupId>
<artifactId>SimplyRESTful-spring-data</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/SimplyRESTful-spring-data/
implementation 'com.github.arucard21.simplyrestful:SimplyRESTful-spring-data:0.8.0'
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/SimplyRESTful-spring-data/
implementation ("com.github.arucard21.simplyrestful:SimplyRESTful-spring-data:0.8.0")
'com.github.arucard21.simplyrestful:SimplyRESTful-spring-data:jar:0.8.0'
<dependency org="com.github.arucard21.simplyrestful" name="SimplyRESTful-spring-data" rev="0.8.0">
<artifact name="SimplyRESTful-spring-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arucard21.simplyrestful', module='SimplyRESTful-spring-data', version='0.8.0')
)
libraryDependencies += "com.github.arucard21.simplyrestful" % "SimplyRESTful-spring-data" % "0.8.0"
[com.github.arucard21.simplyrestful/SimplyRESTful-spring-data "0.8.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.arucard21.simplyrestful : SimplyRESTful | jar | 0.8.0 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | 2.0.5.RELEASE |