License |
License |
---|---|
Categories |
CategoriesIDE Development Tools GlassFish Container Application Servers JSON Data |
GroupId | GroupIdorg.glassfish.jsonp |
ArtifactId | ArtifactIdcustomprovider |
Version | Version2.0.0-RC3 |
Type | Typewar |
Description |
Descriptioncustomprovider
Jakarta JSON Processing defines a Java(R) based framework for parsing, generating, transforming, and querying JSON documents.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
customprovider-2.0.0-RC3.pom | |
customprovider-2.0.0-RC3.war | 18 KB |
customprovider-2.0.0-RC3-sources.jar | 17 KB |
customprovider-2.0.0-RC3-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jsonp/customprovider/ -->
<dependency>
<groupId>org.glassfish.jsonp</groupId>
<artifactId>customprovider</artifactId>
<version>2.0.0-RC3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jsonp/customprovider/
implementation 'org.glassfish.jsonp:customprovider:2.0.0-RC3'
// https://jarcasting.com/artifacts/org.glassfish.jsonp/customprovider/
implementation ("org.glassfish.jsonp:customprovider:2.0.0-RC3")
'org.glassfish.jsonp:customprovider:war:2.0.0-RC3'
<dependency org="org.glassfish.jsonp" name="customprovider" rev="2.0.0-RC3">
<artifact name="customprovider" type="war" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jsonp', module='customprovider', version='2.0.0-RC3')
)
libraryDependencies += "org.glassfish.jsonp" % "customprovider" % "2.0.0-RC3"
[org.glassfish.jsonp/customprovider "2.0.0-RC3"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.servlet : jakarta.servlet-api | jar | 4.0.2 |
jakarta.json : jakarta.json-api | jar | 2.0.0-RC1 |