Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.arucard21.simplyrestful |
ArtifactId | ArtifactIdSimplyRESTful-spring-data |
Version | Version0.7.2 |
Type | Typejar |
<!-- 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.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/SimplyRESTful-spring-data/
implementation 'com.github.arucard21.simplyrestful:SimplyRESTful-spring-data:0.7.2'
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/SimplyRESTful-spring-data/
implementation ("com.github.arucard21.simplyrestful:SimplyRESTful-spring-data:0.7.2")
'com.github.arucard21.simplyrestful:SimplyRESTful-spring-data:jar:0.7.2'
<dependency org="com.github.arucard21.simplyrestful" name="SimplyRESTful-spring-data" rev="0.7.2">
<artifact name="SimplyRESTful-spring-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arucard21.simplyrestful', module='SimplyRESTful-spring-data', version='0.7.2')
)
libraryDependencies += "com.github.arucard21.simplyrestful" % "SimplyRESTful-spring-data" % "0.7.2"
[com.github.arucard21.simplyrestful/SimplyRESTful-spring-data "0.7.2"]