is not current version
Last Version 2.0.0-rc.2

com.github.jean-merelis:jeanson 2.0.0-rc.1

Simple and flexible JSON Writer for Java

GroupId

GroupId

com.github.jean-merelis
ArtifactId

ArtifactId

jeanson
Version

Version

2.0.0-rc.1
Type

Type

jar

Download jeanson 2.0.0-rc.1


<!-- https://jarcasting.com/artifacts/com.github.jean-merelis/jeanson/ -->
<dependency>
    <groupId>com.github.jean-merelis</groupId>
    <artifactId>jeanson</artifactId>
    <version>2.0.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jean-merelis/jeanson/
implementation 'com.github.jean-merelis:jeanson:2.0.0-rc.1'
// https://jarcasting.com/artifacts/com.github.jean-merelis/jeanson/
implementation ("com.github.jean-merelis:jeanson:2.0.0-rc.1")
'com.github.jean-merelis:jeanson:jar:2.0.0-rc.1'
<dependency org="com.github.jean-merelis" name="jeanson" rev="2.0.0-rc.1">
  <artifact name="jeanson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jean-merelis', module='jeanson', version='2.0.0-rc.1')
)
libraryDependencies += "com.github.jean-merelis" % "jeanson" % "2.0.0-rc.1"
[com.github.jean-merelis/jeanson "2.0.0-rc.1"]