DSL-Client-HTTP


License

License

Categories

Categories

CLI User Interface ORM Data
GroupId

GroupId

com.dslplatform
ArtifactId

ArtifactId

dsl-client-http
Last Version

Last Version

0.4.15
Release Date

Release Date

Type

Type

jar
Description

Description

DSL-Client-HTTP
DSL-Client-HTTP
Project URL

Project URL

https://dsl-platform.com/
Project Organization

Project Organization

com.dslplatform
Source Code Management

Source Code Management

https://github.com/ngs-doo/dsl-client-java.git

Download dsl-client-http

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
com.dslplatform : dsl-client-core jar 0.4.15
org.slf4j : slf4j-api jar 1.7.7
joda-time : joda-time jar 2.3
com.fasterxml.jackson.core : jackson-databind jar 2.3.3
commons-io : commons-io jar 2.4
commons-codec : commons-codec jar 1.9

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
org.skyscreamer : jsonassert jar 1.2.3
xmlunit : xmlunit jar 1.5
ch.qos.logback : logback-classic jar 1.1.2

Project Modules

There are no modules declared in this project.

DSL client - Java

Introduction

DSL client is a set of core Java files used as compile target for [DSL Platform] 1.

If you are new to the DSL Platform, take a look at [introduction] 3 and check out [the tutorials] 4. You can even [try it online] 5 (but not in Java).

Why?

DSL client is compatible with [Revenj] 6 REST API. This means it can be used as Java/Android library for interaction with Revenj.

DSL client can also be used as fastest [JSON serializer] 7 for JVM.

Documentation

List of documentation resources:

com.dslplatform

New Generation Software Ltd

Versions

Version
0.4.15
0.4.14
0.4.13