License |
License |
---|---|
GroupId | GroupIdcom.github.jean-merelis |
ArtifactId | ArtifactIdjeanson |
Last Version | Last Version2.0.0-rc.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjeanson
Simple and flexible JSON Writer for Java
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
jeanson-2.0.0-rc.2.pom | |
jeanson-2.0.0-rc.2.jar | 49 KB |
jeanson-2.0.0-rc.2-sources.jar | 39 KB |
jeanson-2.0.0-rc.2-javadoc.jar | 211 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jean-merelis/jeanson/ -->
<dependency>
<groupId>com.github.jean-merelis</groupId>
<artifactId>jeanson</artifactId>
<version>2.0.0-rc.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jean-merelis/jeanson/
implementation 'com.github.jean-merelis:jeanson:2.0.0-rc.2'
// https://jarcasting.com/artifacts/com.github.jean-merelis/jeanson/
implementation ("com.github.jean-merelis:jeanson:2.0.0-rc.2")
'com.github.jean-merelis:jeanson:jar:2.0.0-rc.2'
<dependency org="com.github.jean-merelis" name="jeanson" rev="2.0.0-rc.2">
<artifact name="jeanson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jean-merelis', module='jeanson', version='2.0.0-rc.2')
)
libraryDependencies += "com.github.jean-merelis" % "jeanson" % "2.0.0-rc.2"
[com.github.jean-merelis/jeanson "2.0.0-rc.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |