License |
License |
---|---|
Categories |
CategoriesJetty Container Application Servers |
GroupId | GroupIdcom.seanshubin.http.values |
ArtifactId | ArtifactIdhttp-values-server-jetty |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.seanshubin.http.values:http-values-server-jetty
Http client and server, treat HTTP as a function that when given a request, returns a response
|
<!-- https://jarcasting.com/artifacts/com.seanshubin.http.values/http-values-server-jetty/ -->
<dependency>
<groupId>com.seanshubin.http.values</groupId>
<artifactId>http-values-server-jetty</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.seanshubin.http.values/http-values-server-jetty/
implementation 'com.seanshubin.http.values:http-values-server-jetty:1.0.1'
// https://jarcasting.com/artifacts/com.seanshubin.http.values/http-values-server-jetty/
implementation ("com.seanshubin.http.values:http-values-server-jetty:1.0.1")
'com.seanshubin.http.values:http-values-server-jetty:jar:1.0.1'
<dependency org="com.seanshubin.http.values" name="http-values-server-jetty" rev="1.0.1">
<artifact name="http-values-server-jetty" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seanshubin.http.values', module='http-values-server-jetty', version='1.0.1')
)
libraryDependencies += "com.seanshubin.http.values" % "http-values-server-jetty" % "1.0.1"
[com.seanshubin.http.values/http-values-server-jetty "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.seanshubin.http.values : http-values-domain | jar | 1.0.1 |
org.scala-lang : scala-library | jar | 2.12.3 |
org.eclipse.jetty : jetty-server | jar | 9.4.6.v20170531 |
Group / Artifact | Type | Version |
---|---|---|
com.seanshubin.http.values : http-values-client-apache | jar | 1.0.1 |
com.seanshubin.http.values : http-values-client-google | jar | 1.0.1 |
org.scalatest : scalatest_2.12 | jar | 3.0.4 |