is not current version
Last Version 0.13.3

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

Easily persist your SimplyRESTful API using Spring Data

Categories

Categories

Data
GroupId

GroupId

com.github.arucard21.simplyrestful
ArtifactId

ArtifactId

persist-springdata
Version

Version

0.9.0
Type

Type

jar

Download persist-springdata 0.9.0


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