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

butor-fw-service-parent from group com.butor (version 1.0.30)

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0

Group: com.butor Artifact: butor-fw-service-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact butor-fw-service-parent
Group com.butor
Version 1.0.30
Last update 22. November 2019
Organization not specified
URL http://www.butor.com
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

butor-fw-web-parent from group com.butor (version 1.0.29)

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0

Group: com.butor Artifact: butor-fw-web-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact butor-fw-web-parent
Group com.butor
Version 1.0.29
Last update 30. August 2019
Organization not specified
URL http://www.butor.com
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

butor-fw-core-parent from group com.butor (version 1.0.29)

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0

Group: com.butor Artifact: butor-fw-core-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact butor-fw-core-parent
Group com.butor
Version 1.0.29
Last update 30. August 2019
Organization not specified
URL http://www.butor.com
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jdbc-json-extension from group com.consolefire (version 1.4.0)

`jdbc-json-extension` is to fetch data from RDBMS in JSON format. The data is structured the in the same relation structure of the Tables relationships in the database. The fetch is pre-planned using a `FetchPlan` configuration. The execution is multithreaded tree pattern where it starts from the `root` table with supplied filter parameters. The subsequent nodes (tables) are fetched as the `One-to-*` relationship defined from the root tables.

Group: com.consolefire Artifact: jdbc-json-extension
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact jdbc-json-extension
Group com.consolefire
Version 1.4.0
Last update 15. May 2019
Organization Consolefire
URL https://github.com/Consolefire/jdbc-json-extension
License Apache License Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jdbc-json-extension-common from group com.consolefire (version 1.4.0)

Group: com.consolefire Artifact: jdbc-json-extension-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact jdbc-json-extension-common
Group com.consolefire
Version 1.4.0
Last update 15. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jdbc-json-extension-core from group com.consolefire (version 1.4.0)

Group: com.consolefire Artifact: jdbc-json-extension-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact jdbc-json-extension-core
Group com.consolefire
Version 1.4.0
Last update 15. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jdbc-json-extension-common,
There are maybe transitive dependencies!

schema from group org.jsonx (version 0.2.2)

The JSON Schema Definition Language is designed to describe JSON documents by using schema components to constrain and document the meaning, usage and relationships of their constituent parts: value types and their content. Schemas may also provide for the specification of additional document information, such as normalization and defaulting of values. Schemas have facilities for self-documentation. Thus, the JSON Schema Definition Language can be used to define, describe and catalogue JSON vocabularies for JSON documents.

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

0 downloads
Artifact schema
Group org.jsonx
Version 0.2.2
Last update 12. May 2019
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies runtime,
There are maybe transitive dependencies!

iad-rest-client-maven-plugin from group com.github.iarellano (version 1.0.2)

At times we need to consume external services as part of a build process, for example to verify which version of an API is deployed, verify that a service is online, get configurations from some remote storage provider, etc. This plugin is aimed to provide a way to make HTTP request either to get resources, upload files, submit forms, post json, post xml, etc.

Group: com.github.iarellano Artifact: iad-rest-client-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact iad-rest-client-maven-plugin
Group com.github.iarellano
Version 1.0.2
Last update 05. February 2019
Organization not specified
URL https://github.com/iarellano/iad-rest-client-maven-plugin
License MIT License
Dependencies amount 5
Dependencies commons-codec, jchardet, json-path, xercesImpl, gson,
There are maybe transitive dependencies!

json-java-ordered from group com.github.anandvarkeyphilips (version 20180813)

A reference implementation of a JSON package in Java. (Ordered version implementation using LinkedHashMap instead of HashMap of https://github.com/stleary/JSON-java) 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 is a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.

Group: com.github.anandvarkeyphilips Artifact: json-java-ordered
Show documentation Show source 
 

1 downloads
Artifact json-java-ordered
Group com.github.anandvarkeyphilips
Version 20180813
Last update 22. January 2019
Organization not specified
URL https://github.com/anandvarkeyphilips/json-java-ordered
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

registerUpdate from group je.dvs.echo (version 1.10.3)

A library for adding/updating immutable documents in a mongo collection. Each document needs to consist of a UUID as a key field. Document updates (json data with a key field that already exists) will be saved as a child that will have an accumulation of differences of previous children, Where the last child will contain all previous changes since the parent was first created. This library is meant to keep immutability.

Group: je.dvs.echo Artifact: registerUpdate
Show all versions Show documentation Show source 
 

0 downloads
Artifact registerUpdate
Group je.dvs.echo
Version 1.10.3
Last update 05. October 2018
Organization not specified
URL https://github.com/DVSJersey/registerUpdate.git
License MIT License
Dependencies amount 9
Dependencies spring-boot-starter-actuator, spring-boot-starter-web, spring-boot-starter-data-mongodb, json-simple, commons-lang3, jackson-core, jackson-databind, spring-oxm, camel-catalog,
There are maybe transitive dependencies!



Page 748 from 771 (items total 7705)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy