rest-rfc7807
Scala support for RESTful web-services that implement RFC 7807 (Problem Details for HTTP APIs).
License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.wix.rest |
ArtifactId | ArtifactIdrest-rfc7807-client |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRest RFC 7807 Client
Rest RFC 7807 Client module
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rest-rfc7807-client-1.0.0.pom | |
rest-rfc7807-client-1.0.0.jar | 31 KB |
rest-rfc7807-client-1.0.0-sources.jar | 5 KB |
rest-rfc7807-client-1.0.0-javadoc.jar | 668 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wix.rest/rest-rfc7807-client/ -->
<dependency>
<groupId>com.wix.rest</groupId>
<artifactId>rest-rfc7807-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wix.rest/rest-rfc7807-client/
implementation 'com.wix.rest:rest-rfc7807-client:1.0.0'
// https://jarcasting.com/artifacts/com.wix.rest/rest-rfc7807-client/
implementation ("com.wix.rest:rest-rfc7807-client:1.0.0")
'com.wix.rest:rest-rfc7807-client:jar:1.0.0'
<dependency org="com.wix.rest" name="rest-rfc7807-client" rev="1.0.0">
<artifact name="rest-rfc7807-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wix.rest', module='rest-rfc7807-client', version='1.0.0')
)
libraryDependencies += "com.wix.rest" % "rest-rfc7807-client" % "1.0.0"
[com.wix.rest/rest-rfc7807-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.wix.rest : rest-rfc7807-api | jar | 1.0.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.5 |
com.fasterxml.jackson.module : jackson-module-scala_2.12 | jar | 2.9.5 |
com.fasterxml.jackson.datatype : jackson-datatype-guava | jar | 2.9.5 |
com.fasterxml.jackson.datatype : jackson-datatype-joda | jar | 2.9.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 | jar | 2.9.5 |
com.typesafe.akka : akka-http_2.12 | jar | 10.1.1 |
com.typesafe.akka : akka-stream_2.12 | jar | 2.5.12 |
org.scala-lang : scala-reflect | jar | 2.12.4 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2-core_2.12 | jar | 3.8.9 |
org.specs2 : specs2-junit_2.12 | jar | 3.8.9 |
Scala support for RESTful web-services that implement RFC 7807 (Problem Details for HTTP APIs).