License |
License |
---|---|
Categories |
CategoriesJava Languages JSON Data |
GroupId | GroupIdpl.jalokim.propertiestojson |
ArtifactId | ArtifactIdjava-properties-to-json |
Version | Version5.2.0 |
Type | Typejar |
Description |
DescriptionJava properties to Json
Library used to convert from java properties to json
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/pl.jalokim.propertiestojson/java-properties-to-json/ -->
<dependency>
<groupId>pl.jalokim.propertiestojson</groupId>
<artifactId>java-properties-to-json</artifactId>
<version>5.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.jalokim.propertiestojson/java-properties-to-json/
implementation 'pl.jalokim.propertiestojson:java-properties-to-json:5.2.0'
// https://jarcasting.com/artifacts/pl.jalokim.propertiestojson/java-properties-to-json/
implementation ("pl.jalokim.propertiestojson:java-properties-to-json:5.2.0")
'pl.jalokim.propertiestojson:java-properties-to-json:jar:5.2.0'
<dependency org="pl.jalokim.propertiestojson" name="java-properties-to-json" rev="5.2.0">
<artifact name="java-properties-to-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.jalokim.propertiestojson', module='java-properties-to-json', version='5.2.0')
)
libraryDependencies += "pl.jalokim.propertiestojson" % "java-properties-to-json" % "5.2.0"
[pl.jalokim.propertiestojson/java-properties-to-json "5.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.5 |
com.google.guava : guava | jar | 28.1-jre |
org.projectlombok : lombok | jar | 1.18.8 |
pl.jalokim.utils : java-utils | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 2.6.0 |
org.codehaus.groovy : groovy-all | jar | 2.4.10 |
org.spockframework : spock-core | jar | 1.1-groovy-2.4-rc-4 |