Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.arucard21.simplyrestful |
ArtifactId | ArtifactIdsimplyrestful-spring-boot |
Version | Version0.1 |
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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful-spring-boot/
implementation 'com.github.arucard21.simplyrestful:simplyrestful-spring-boot:0.1'
// https://jarcasting.com/artifacts/com.github.arucard21.simplyrestful/simplyrestful-spring-boot/
implementation ("com.github.arucard21.simplyrestful:simplyrestful-spring-boot:0.1")
'com.github.arucard21.simplyrestful:simplyrestful-spring-boot:jar:0.1'
<dependency org="com.github.arucard21.simplyrestful" name="simplyrestful-spring-boot" rev="0.1">
<artifact name="simplyrestful-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arucard21.simplyrestful', module='simplyrestful-spring-boot', version='0.1')
)
libraryDependencies += "com.github.arucard21.simplyrestful" % "simplyrestful-spring-boot" % "0.1"
[com.github.arucard21.simplyrestful/simplyrestful-spring-boot "0.1"]