| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface Yasson Data JSON |
| GroupId | GroupIdorg.eclipse |
| ArtifactId | ArtifactIdyasson |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionYasson
Eclipse Yasson. Reference implementation of JSR-367 (JSON-B).
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| yasson-3.0.0.pom | |
| yasson-3.0.0.jar | 344 KB |
| yasson-3.0.0-sources.jar | 272 KB |
| yasson-3.0.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse/yasson/ -->
<dependency>
<groupId>org.eclipse</groupId>
<artifactId>yasson</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse/yasson/
implementation 'org.eclipse:yasson:3.0.0'
// https://jarcasting.com/artifacts/org.eclipse/yasson/
implementation ("org.eclipse:yasson:3.0.0")
'org.eclipse:yasson:jar:3.0.0'
<dependency org="org.eclipse" name="yasson" rev="3.0.0">
<artifact name="yasson" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse', module='yasson', version='3.0.0')
)
libraryDependencies += "org.eclipse" % "yasson" % "3.0.0"
[org.eclipse/yasson "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.json.bind : jakarta.json.bind-api | jar | 3.0.0 |
| jakarta.json : jakarta.json-api | jar | 2.1.0 |
| org.eclipse.parsson : parsson | jar | 1.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.enterprise : jakarta.enterprise.cdi-api Optional | jar | 4.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.jboss.weld.se : weld-se-core | jar | 5.0.0.CR2 |
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
| org.hamcrest : hamcrest-all | jar | 1.3 |