Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.arucard21.simplyrestful |
ArtifactId | ArtifactIdpersist-springdata |
Version | Version0.10.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/persist-springdata/ -->
<dependency>
<groupId>com.github.arucard21.simplyrestful</groupId>
<artifactId>persist-springdata</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/persist-springdata/
implementation 'com.github.arucard21.simplyrestful:persist-springdata:0.10.0'
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/persist-springdata/
implementation ("com.github.arucard21.simplyrestful:persist-springdata:0.10.0")
'com.github.arucard21.simplyrestful:persist-springdata:jar:0.10.0'
<dependency org="com.github.arucard21.simplyrestful" name="persist-springdata" rev="0.10.0">
<artifact name="persist-springdata" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arucard21.simplyrestful', module='persist-springdata', version='0.10.0')
)
libraryDependencies += "com.github.arucard21.simplyrestful" % "persist-springdata" % "0.10.0"
[com.github.arucard21.simplyrestful/persist-springdata "0.10.0"]