rest-rfc7807
Scala support for RESTful web-services that implement RFC 7807 (Problem Details for HTTP APIs).
License |
License |
---|---|
GroupId | GroupIdcom.wix.rest |
ArtifactId | ArtifactIdrest-rfc7807-api |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRest RFC 7807 API
Rest RFC 7807 API module
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
rest-rfc7807-api-1.0.0.pom | |
rest-rfc7807-api-1.0.0.jar | 7 KB |
rest-rfc7807-api-1.0.0-sources.jar | 3 KB |
rest-rfc7807-api-1.0.0-javadoc.jar | 627 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wix.rest/rest-rfc7807-api/ -->
<dependency>
<groupId>com.wix.rest</groupId>
<artifactId>rest-rfc7807-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wix.rest/rest-rfc7807-api/
implementation 'com.wix.rest:rest-rfc7807-api:1.0.0'
// https://jarcasting.com/artifacts/com.wix.rest/rest-rfc7807-api/
implementation ("com.wix.rest:rest-rfc7807-api:1.0.0")
'com.wix.rest:rest-rfc7807-api:jar:1.0.0'
<dependency org="com.wix.rest" name="rest-rfc7807-api" rev="1.0.0">
<artifact name="rest-rfc7807-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wix.rest', module='rest-rfc7807-api', version='1.0.0')
)
libraryDependencies += "com.wix.rest" % "rest-rfc7807-api" % "1.0.0"
[com.wix.rest/rest-rfc7807-api "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.5 |
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).