License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.butor |
ArtifactId | ArtifactIdbutor-json |
Last Version | Last Version1.0.29 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionButor Framework Core - JSON Module
This module enables fast and easy creation of sync., async., req./resp., req./resp. stream HTTP/json services.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
butor-json-1.0.29.pom | |
butor-json-1.0.29.jar | 51 KB |
butor-json-1.0.29-sources.jar | 36 KB |
butor-json-1.0.29-javadoc.jar | 199 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.butor/butor-json/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-json</artifactId>
<version>1.0.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-json/
implementation 'com.butor:butor-json:1.0.29'
// https://jarcasting.com/artifacts/com.butor/butor-json/
implementation ("com.butor:butor-json:1.0.29")
'com.butor:butor-json:jar:1.0.29'
<dependency org="com.butor" name="butor-json" rev="1.0.29">
<artifact name="butor-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-json', version='1.0.29')
)
libraryDependencies += "com.butor" % "butor-json" % "1.0.29"
[com.butor/butor-json "1.0.29"]
Group / Artifact | Type | Version |
---|---|---|
com.butor : butor-utils | jar | 1.0.29 |
com.google.http-client : google-http-client | jar | 1.22.0 |
com.google.http-client : google-http-client-jackson | jar | 1.22.0 |
com.google.code.gson : gson | jar | 2.8.0 |
org.springframework : spring-beans | jar | 4.3.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.24 |
junit : junit | jar | 4.12 |