License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices JSON Data |
GroupId | GroupIdcom.github.ladutsko |
ArtifactId | ArtifactIdspring-boot-starter-hjson |
Version | Version2.0.0 |
Type | Typejar |
Description |
Descriptionspring-boot-starter-hjson
Strategy to load Hjson files
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-hjson/ -->
<dependency>
<groupId>com.github.ladutsko</groupId>
<artifactId>spring-boot-starter-hjson</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-hjson/
implementation 'com.github.ladutsko:spring-boot-starter-hjson:2.0.0'
// https://jarcasting.com/artifacts/com.github.ladutsko/spring-boot-starter-hjson/
implementation ("com.github.ladutsko:spring-boot-starter-hjson:2.0.0")
'com.github.ladutsko:spring-boot-starter-hjson:jar:2.0.0'
<dependency org="com.github.ladutsko" name="spring-boot-starter-hjson" rev="2.0.0">
<artifact name="spring-boot-starter-hjson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ladutsko', module='spring-boot-starter-hjson', version='2.0.0')
)
libraryDependencies += "com.github.ladutsko" % "spring-boot-starter-hjson" % "2.0.0"
[com.github.ladutsko/spring-boot-starter-hjson "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.hjson : hjson | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.3.RELEASE |