All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download JAR files tagged by json with all dependencies

Search JAR files by class name

zosConnect-1.0 from group com.ibm.websphere.appserver.features (version 24.0.0.9)

Group: com.ibm.websphere.appserver.features Artifact: zosConnect-1.0
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads

unitility-jackson from group com.synerset (version 2.4.2)

The Java Physics Units of Measure Library - Unitility, Jackson extension. This module provides JSON deserializers and serializers, along with a preconfigured implementation of the Jackson SimpleModule tailored for ObjectMapper setup. This module is specifically designed to handle Unitility types seamlessly during serialization and deserialization processes.

Group: com.synerset Artifact: unitility-jackson
Show all versions Show documentation Show source 
 

0 downloads
Artifact unitility-jackson
Group com.synerset
Version 2.4.2
Last update 01. September 2024
Organization not specified
URL https://github.com/pjazdzyk/unitility/unitility-jackson
License MIT License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

relogiclabs-jschema from group com.relogiclabs.json (version 2.2.0)

JSchema, a customizable JSON Schema, prioritizes simplicity, conciseness, and readability, ensuring user-friendliness and accessibility without requiring extensive prior knowledge. It offers efficient read-write capabilities, precise JSON document definition through various data types and functions, and extensibility to address the diverse requirements of modern web services.

Group: com.relogiclabs.json Artifact: relogiclabs-jschema
Show all versions Show documentation Show source 
 

0 downloads
Artifact relogiclabs-jschema
Group com.relogiclabs.json
Version 2.2.0
Last update 31. August 2024
Organization Relogic Labs
URL https://www.relogiclabs.com/p/jschema.html
License GNU Affero General Public License
Dependencies amount 2
Dependencies antlr4-runtime, commons-lang3,
There are maybe transitive dependencies!

hbase-shaded-jackson-jaxrs-json-provider from group org.apache.hbase.thirdparty (version 4.1.8)

Pulls down jackson-jaxrs-json-provider, relocates it, and rewrites its usage of javax.ws.rs classes to make the relocated versions provided by hbase-shaded-jersey. Does NOT include/relocate its entire dependency graph, just performs this isolated transform. This is a separate module because jackson-jaxrs-json-provider is not used universally. At this time, the dependency is required only by hbase-rest.

Group: org.apache.hbase.thirdparty Artifact: hbase-shaded-jackson-jaxrs-json-provider
Show all versions Show source 
 

0 downloads
Artifact hbase-shaded-jackson-jaxrs-json-provider
Group org.apache.hbase.thirdparty
Version 4.1.8
Last update 17. August 2024
Organization The Apache Software Foundation
URL https://hbase.apache.org/hbase-shaded-jackson-jaxrs-json-provider
License Apache License, Version 2.0
Dependencies amount 6
Dependencies jackson-core, jackson-databind, jackson-module-jaxb-annotations, jackson-annotations, jakarta.xml.bind-api, jakarta.activation-api,
There are maybe transitive dependencies!

authzforce-pdp-ext-json-path from group org.ow2.authzforce (version 1.0.0)

AuthzForce PDP extensions for JSON value processing, in particular JSONPath evaluation; it provides the XACML datatype 'urn:ow2:authzforce:feature:pdp:datatype:json' for JSON object/array values, and XACML functions that evaluate a JSON path (second parameter of standard string datatype) against an input JSON object/array (first parameter of datatype 'urn:ow2:authzforce:feature:pdp:datatype:json') and return the result of this evaluation. The return datatype depends on the actual function used: 'urn:ow2:authzforce:feature:pdp:function:string-from-json-path' returns a bag of strings, 'urn:ow2:authzforce:feature:pdp:function:integer-from-json-path' returns a bag of integers, 'urn:ow2:authzforce:feature:pdp:function:double-from-json-path' returns a bag of doubles, 'urn:ow2:authzforce:feature:pdp:function:boolean-from-json-path' returns a bag of booleans.

Group: org.ow2.authzforce Artifact: authzforce-pdp-ext-json-path
Show documentation Show source 
 

0 downloads
Artifact authzforce-pdp-ext-json-path
Group org.ow2.authzforce
Version 1.0.0
Last update 22. May 2024
Organization not specified
URL ${project.url}
License The Apache License, Version 2.0
Dependencies amount 2
Dependencies authzforce-ce-core-pdp-api, json-path,
There are maybe transitive dependencies!

camel-operon from group io.operon (version 0.9.19-RELEASE)

Camel-operon is a camel-component for running Operon from Camel routes. It is also possible to call Camel routes from Operon. Operon is a programming language which can be easily embedded with JVM-based languages (Java, Scala, Groovy, Kotlin, Clojure, etc.) or run standalone with the native-version. Operon is especially great for transforming and handling JSON-data.

Group: io.operon Artifact: camel-operon
Show all versions Show documentation Show source 
 

0 downloads
Artifact camel-operon
Group io.operon
Version 0.9.19-RELEASE
Last update 14. April 2024
Organization not specified
URL https://operon.io
License Apache License, Version 2.0
Dependencies amount 12
Dependencies camel-archetype-component, camel-bom, camel-support, camel-language, camel-core-model, gson, operon-runner, operon-parser, operon-json-parser, antlr4-runtime, jedis, commons-exec,
There are maybe transitive dependencies!

json from group org.json (version 20240303)

JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There are a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.

Group: org.json Artifact: json
Show all versions Show documentation Show source 
 

13962 downloads
Artifact json
Group org.json
Version 20240303
Last update 03. March 2024
Organization not specified
URL https://github.com/douglascrockford/JSON-java
License Public Domain
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

runtime from group org.jsonx (version 0.5.0)

The JSON/Java Runtime API is designed to bind JSON documents to Java objects. More specifically, the JSON/Java Runtime API provides a way for JSON objects whose structure is expressed in the JSON Schema Definition Language to be parsed and marshaled, to and from Java objects of strongly-typed classes. The JSON/Java Runtime API can also be used to validate JSON documents as they are parsed from text or marshaled from Java objects against a JSD. Thus, the JSON/Java Runtime API is a reference implementation of the validation and binding functionalities of the JSON Schema Definition Language.

Group: org.jsonx Artifact: runtime
Show documentation Show source 
 

0 downloads
Artifact runtime
Group org.jsonx
Version 0.5.0
Last update 27. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 3
Dependencies math, net, json,
There are maybe transitive dependencies!

jsonx from group org.jsonx (version 0.5.0)

Group: org.jsonx Artifact: jsonx
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jsonx
Group org.jsonx
Version 0.5.0


relogiclabs-json-schema from group com.relogiclabs.json (version 1.12.1)

The New JSON Schema prioritizes simplicity, conciseness, and readability, making it user-friendly and accessible without the need for extensive prior knowledge. It offers efficient read-write facilities, precise JSON document definition through various data types and functions, and extensibility to meet modern web service diverse requirements.

Group: com.relogiclabs.json Artifact: relogiclabs-json-schema
Show all versions Show documentation Show source 
 

0 downloads
Artifact relogiclabs-json-schema
Group com.relogiclabs.json
Version 1.12.1
Last update 23. January 2024
Organization Relogic Labs
URL https://www.relogiclabs.com/p/json-schema.html
License GNU Affero General Public License
Dependencies amount 2
Dependencies antlr4-runtime, commons-lang3,
There are maybe transitive dependencies!



Page 775 from 3 (items total 8008)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy