Categories |
CategoriesSpring Boot Container Microservices JSON Data |
---|---|
GroupId | GroupIdcom.github.ladutsko |
ArtifactId | ArtifactIdspring-boot-starter-hjson |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-hjson/ -->
<dependency>
<groupId>com.github.ladutsko</groupId>
<artifactId>spring-boot-starter-hjson</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-hjson/
implementation 'com.github.ladutsko:spring-boot-starter-hjson:1.0.0'
// https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-hjson/
implementation ("com.github.ladutsko:spring-boot-starter-hjson:1.0.0")
'com.github.ladutsko:spring-boot-starter-hjson:jar:1.0.0'
<dependency org="com.github.ladutsko" name="spring-boot-starter-hjson" rev="1.0.0">
<artifact name="spring-boot-starter-hjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ladutsko', module='spring-boot-starter-hjson', version='1.0.0')
)
libraryDependencies += "com.github.ladutsko" % "spring-boot-starter-hjson" % "1.0.0"
[com.github.ladutsko/spring-boot-starter-hjson "1.0.0"]