is not current version
Last Version 0.13.3

com.github.arucard21.simplyrestful:persist-springdata 0.10.1

Easily persist your SimplyRESTful API using Spring Data

Categories

Categories

Data
GroupId

GroupId

com.github.arucard21.simplyrestful
ArtifactId

ArtifactId

persist-springdata
Version

Version

0.10.1
Type

Type

jar

Download persist-springdata 0.10.1


<!-- https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/persist-springdata/ -->
<dependency>
    <groupId>com.github.arucard21.simplyrestful</groupId>
    <artifactId>persist-springdata</artifactId>
    <version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/persist-springdata/
implementation 'com.github.arucard21.simplyrestful:persist-springdata:0.10.1'
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/persist-springdata/
implementation ("com.github.arucard21.simplyrestful:persist-springdata:0.10.1")
'com.github.arucard21.simplyrestful:persist-springdata:jar:0.10.1'
<dependency org="com.github.arucard21.simplyrestful" name="persist-springdata" rev="0.10.1">
  <artifact name="persist-springdata" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arucard21.simplyrestful', module='persist-springdata', version='0.10.1')
)
libraryDependencies += "com.github.arucard21.simplyrestful" % "persist-springdata" % "0.10.1"
[com.github.arucard21.simplyrestful/persist-springdata "0.10.1"]