Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.arucard21.simplyrestful |
ArtifactId | ArtifactIdsimplyrestful-spring-boot |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful-spring-boot/ -->
<dependency>
<groupId>com.github.arucard21.simplyrestful</groupId>
<artifactId>simplyrestful-spring-boot</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful-spring-boot/
implementation 'com.github.arucard21.simplyrestful:simplyrestful-spring-boot:0.2'
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful-spring-boot/
implementation ("com.github.arucard21.simplyrestful:simplyrestful-spring-boot:0.2")
'com.github.arucard21.simplyrestful:simplyrestful-spring-boot:jar:0.2'
<dependency org="com.github.arucard21.simplyrestful" name="simplyrestful-spring-boot" rev="0.2">
<artifact name="simplyrestful-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arucard21.simplyrestful', module='simplyrestful-spring-boot', version='0.2')
)
libraryDependencies += "com.github.arucard21.simplyrestful" % "simplyrestful-spring-boot" % "0.2"
[com.github.arucard21.simplyrestful/simplyrestful-spring-boot "0.2"]