is not current version
Last Version 0.13.3

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

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.2
Type

Type

jar

Download persist-springdata 0.10.2


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