| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdjakarta.json.bind |
| ArtifactId | ArtifactIdjakarta.json.bind-api |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSON-B API
Jakarta JSON Binding is a standard binding layer for converting Java objects to/from JSON documents.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jakarta.json.bind-api-3.0.0.pom | |
| jakarta.json.bind-api-3.0.0.jar | 34 KB |
| jakarta.json.bind-api-3.0.0-sources.jar | 43 KB |
| jakarta.json.bind-api-3.0.0-javadoc.jar | 575 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/jakarta.json.bind/jakarta.json.bind-api/ -->
<dependency>
<groupId>jakarta.json.bind</groupId>
<artifactId>jakarta.json.bind-api</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/jakarta.json.bind/jakarta.json.bind-api/
implementation 'jakarta.json.bind:jakarta.json.bind-api:3.0.0'
// https://jarcasting.com/artifacts/jakarta.json.bind/jakarta.json.bind-api/
implementation ("jakarta.json.bind:jakarta.json.bind-api:3.0.0")
'jakarta.json.bind:jakarta.json.bind-api:jar:3.0.0'
<dependency org="jakarta.json.bind" name="jakarta.json.bind-api" rev="3.0.0">
<artifact name="jakarta.json.bind-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='jakarta.json.bind', module='jakarta.json.bind-api', version='3.0.0')
)
libraryDependencies += "jakarta.json.bind" % "jakarta.json.bind-api" % "3.0.0"
[jakarta.json.bind/jakarta.json.bind-api "3.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| jakarta.json : jakarta.json-api | jar | 2.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |