License |
License |
---|---|
Categories |
CategoriesJSON Data |
GroupId | GroupIdcom.butor |
ArtifactId | ArtifactIdbutor-json-server |
Last Version | Last Version1.0.30 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionButor Framework Service - Json Server Module
This module enables fast and easy creation of sync., async., req./resp., req./resp. stream HTTP/json services.
It is part of Butor Framework and released under APL 2.0.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
butor-json-server-1.0.30.pom | |
butor-json-server-1.0.30.jar | 14 KB |
butor-json-server-1.0.30-sources.jar | 7 KB |
butor-json-server-1.0.30-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.butor/butor-json-server/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-json-server</artifactId>
<version>1.0.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-json-server/
implementation 'com.butor:butor-json-server:1.0.30'
// https://jarcasting.com/artifacts/com.butor/butor-json-server/
implementation ("com.butor:butor-json-server:1.0.30")
'com.butor:butor-json-server:jar:1.0.30'
<dependency org="com.butor" name="butor-json-server" rev="1.0.30">
<artifact name="butor-json-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-json-server', version='1.0.30')
)
libraryDependencies += "com.butor" % "butor-json-server" % "1.0.30"
[com.butor/butor-json-server "1.0.30"]
Group / Artifact | Type | Version |
---|---|---|
com.butor : butor-json | jar | 1.0.29 |
org.springframework : spring-tx | jar | 4.3.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.24 |
junit : junit | jar | 4.12 |