is not current version
Last Version 1.0.29

com.butor:butor-json 0.0.3

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 This project is a JSON related module and contains handlers for services creation and consumption, utility functions for JSON serialization.

Categories

Categories

JSON Data
GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-json
Version

Version

0.0.3
Type

Type

jar

Download butor-json 0.0.3


<!-- https://jarcasting.com/artifacts/com.butor/butor-json/ -->
<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-json</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-json/
implementation 'com.butor:butor-json:0.0.3'
// https://jarcasting.com/artifacts/com.butor/butor-json/
implementation ("com.butor:butor-json:0.0.3")
'com.butor:butor-json:jar:0.0.3'
<dependency org="com.butor" name="butor-json" rev="0.0.3">
  <artifact name="butor-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-json', version='0.0.3')
)
libraryDependencies += "com.butor" % "butor-json" % "0.0.3"
[com.butor/butor-json "0.0.3"]