组织ID: |
io.spray |
项目ID: |
spray-httpx |
版本: |
1.1.0 |
最后修改时间: |
2019-10-24 22:44:33 |
包类型: |
jar |
标题: |
Apache 2 |
描述: |
A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka |
相关URL: |
http://spray.io |
大小: |
445.66KB |
|
Maven引入代码: |
<dependency>
<groupId>io.spray</groupId>
<artifactId>spray-httpx</artifactId>
<version>1.1.0</version>
</dependency>
|
Gradle引入代码: |
io.spray:spray-httpx:1.1.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>io.spray</groupId>
<artifactId>spray-httpx</artifactId>
<packaging>bundle</packaging>
<description>A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka</description>
<url>http://spray.io</url>
<version>1.1.0</version>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>spray-httpx</name>
<inceptionYear>2011</inceptionYear>
<organization>
<name>io.spray</name>
<url>http://spray.io</url>
</organization>
<dependencies>
<dependency>
<groupId>io.spray</groupId>
<artifactId>spray-http</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>io.spray</groupId>
<artifactId>spray-util</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>io.spray</groupId>
<artifactId>spray-io</artifactId>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.3</version>
</dependency>
<dependency>
<groupId>org.jvnet.mimepull</groupId>
<artifactId>mimepull</artifactId>
<version>1.9.3</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.10</artifactId>
<version>2.1.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.spray</groupId>
<artifactId>spray-json_2.10</artifactId>
<version>1.2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.spray</groupId>
<artifactId>twirl-api_2.10</artifactId>
<version>0.6.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-json_2.10</artifactId>
<version>2.5.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-native_2.10</artifactId>
<version>3.2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.json4s</groupId>
<artifactId>json4s-jackson_2.10</artifactId>
<version>3.2.5</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-json_2.10</artifactId>
<version>2.2.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2_2.10</artifactId>
<version>2.2.3</version>
<scope>test</scope>
</dependency>
</dependencies>
<scm>
<url>git://github.com/spray/spray.git</url>
<connection>scm:git:git@github.com:spray/spray.git</connection>
</scm>
<developers>
<developer><id>sirthias</id><name>Mathias Doenitz</name></developer>
<developer><id>jrudolph</id><name>Johannes Rudolph</name></developer>
</developers>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
spray.httpx.Json4sJacksonSupport$$anonfun$json4sMarshaller$1.class
spray.httpx.Json4sJacksonSupport$$anonfun$json4sUnmarshaller$1.class
spray.httpx.Json4sJacksonSupport$class.class
spray.httpx.Json4sJacksonSupport.class
spray.httpx.Json4sSupport$$anonfun$json4sMarshaller$1.class
spray.httpx.Json4sSupport$$anonfun$json4sUnmarshaller$1.class
spray.httpx.Json4sSupport$class.class
spray.httpx.Json4sSupport.class
spray.httpx.LiftJsonSupport$$anonfun$liftJsonMarshaller$1.class
spray.httpx.LiftJsonSupport$$anonfun$liftJsonUnmarshaller$1.class
spray.httpx.LiftJsonSupport$class.class
spray.httpx.LiftJsonSupport.class
spray.httpx.PipelineException$.class
spray.httpx.PipelineException.class
spray.httpx.PlayJsonSupport$$anon$1$$anonfun$unmarshal$1.class
spray.httpx.PlayJsonSupport$$anon$1.class
spray.httpx.PlayJsonSupport$$anon$2.class
spray.httpx.PlayJsonSupport$$anonfun$playJsonMarshaller$1.class
spray.httpx.PlayJsonSupport$$anonfun$playJsonMarshaller$default$2$1.class
spray.httpx.PlayJsonSupport$$anonfun$playJsonUnmarshaller$1$$anonfun$apply$1.class
spray.httpx.PlayJsonSupport$$anonfun$playJsonUnmarshaller$1.class
spray.httpx.PlayJsonSupport$.class
spray.httpx.PlayJsonSupport$class.class
spray.httpx.PlayJsonSupport.class
spray.httpx.RequestBuilding$$anonfun$1.class
spray.httpx.RequestBuilding$$anonfun$2.class
spray.httpx.RequestBuilding$$anonfun$3$$anonfun$apply$5.class
spray.httpx.RequestBuilding$$anonfun$3.class
spray.httpx.RequestBuilding$$anonfun$addHeader$1$$anonfun$apply$1.class
spray.httpx.RequestBuilding$$anonfun$addHeader$1.class
spray.httpx.RequestBuilding$$anonfun$addHeader$2.class
spray.httpx.RequestBuilding$$anonfun$addHeaders$1$$anonfun$apply$2.class
spray.httpx.RequestBuilding$$anonfun$addHeaders$1.class
spray.httpx.RequestBuilding$$anonfun$encode$1.class
spray.httpx.RequestBuilding$$anonfun$mapHeaders$1.class
spray.httpx.RequestBuilding$$anonfun$removeHeader$1$$anonfun$apply$3.class
spray.httpx.RequestBuilding$$anonfun$removeHeader$1.class
spray.httpx.RequestBuilding$$anonfun$removeHeader$2$$anonfun$apply$4.class
spray.httpx.RequestBuilding$$anonfun$removeHeader$2.class
spray.httpx.RequestBuilding$$anonfun$removeHeaders$1$$anonfun$apply$6.class
spray.httpx.RequestBuilding$$anonfun$removeHeaders$1.class
spray.httpx.RequestBuilding$.class
spray.httpx.RequestBuilding$RequestBuilder$$anon$1.class
spray.httpx.RequestBuilding$RequestBuilder.class
spray.httpx.RequestBuilding$class.class
spray.httpx.RequestBuilding.class
spray.httpx.ResponseTransformation$$anonfun$decode$1.class
spray.httpx.ResponseTransformation$$anonfun$unmarshal$1.class
spray.httpx.ResponseTransformation$.class
spray.httpx.ResponseTransformation$class.class
spray.httpx.ResponseTransformation.class
spray.httpx.SprayJsonSupport$$anonfun$sprayJsonMarshaller$1.class
spray.httpx.SprayJsonSupport$$anonfun$sprayJsonUnmarshaller$1.class
spray.httpx.SprayJsonSupport$.class
spray.httpx.SprayJsonSupport$class.class
spray.httpx.SprayJsonSupport.class
spray.httpx.TransformerAux$$anon$1.class
spray.httpx.TransformerAux$$anon$2$$anonfun$apply$1.class
spray.httpx.TransformerAux$$anon$2.class
spray.httpx.TransformerAux$$anon$3$$anonfun$apply$2.class
spray.httpx.TransformerAux$$anon$3.class
spray.httpx.TransformerAux$.class
spray.httpx.TransformerAux.class
spray.httpx.TransformerPipelineSupport$$anonfun$logValue$1.class
spray.httpx.TransformerPipelineSupport$$anonfun$logValue$2.class
spray.httpx.TransformerPipelineSupport$.class
spray.httpx.TransformerPipelineSupport$WithTransformation.class
spray.httpx.TransformerPipelineSupport$WithTransformerConcatenation.class
spray.httpx.TransformerPipelineSupport$class.class
spray.httpx.TransformerPipelineSupport.class
spray.httpx.TwirlSupport$$anonfun$twirlMarshaller$1.class
spray.httpx.TwirlSupport$.class
spray.httpx.TwirlSupport$class.class
spray.httpx.TwirlSupport.class
spray.httpx.UnsuccessfulResponseException.class
spray.httpx.encoding.Compressor.class
spray.httpx.encoding.Decoder$class.class
spray.httpx.encoding.Decoder.class
spray.httpx.encoding.Decompressor.class
spray.httpx.encoding.Deflate$.class
spray.httpx.encoding.Deflate.class
spray.httpx.encoding.DeflateCompressor.class
spray.httpx.encoding.DeflateDecompressor$$anonfun$decompress$1.class
spray.httpx.encoding.DeflateDecompressor.class
spray.httpx.encoding.Encoder$$anonfun$1.class
spray.httpx.encoding.Encoder$$anonfun$2.class
spray.httpx.encoding.Encoder$.class
spray.httpx.encoding.Encoder$class.class
spray.httpx.encoding.Encoder.class
spray.httpx.encoding.Gzip$.class
spray.httpx.encoding.Gzip.class
spray.httpx.encoding.GzipCompressor$.class
spray.httpx.encoding.GzipCompressor.class
spray.httpx.encoding.GzipDecompressor$$anonfun$decomp$1.class
spray.httpx.encoding.GzipDecompressor$$anonfun$decompress$1.class
spray.httpx.encoding.GzipDecompressor.class
spray.httpx.encoding.NoEncoding$$anonfun$1.class
spray.httpx.encoding.NoEncoding$.class
spray.httpx.encoding.NoEncoding.class
spray.httpx.encoding.NoEncodingCompressor$.class
spray.httpx.encoding.NoEncodingCompressor.class
spray.httpx.encoding.NoEncodingDecompressor$.class
spray.httpx.encoding.NoEncodingDecompressor.class
spray.httpx.encoding.ResettableByteArrayOutputStream.class
spray.httpx.marshalling.BasicMarshallers$$anonfun$1.class
spray.httpx.marshalling.BasicMarshallers$$anonfun$2.class
spray.httpx.marshalling.BasicMarshallers$$anonfun$3.class
spray.httpx.marshalling.BasicMarshallers$$anonfun$4.class
spray.httpx.marshalling.BasicMarshallers$$anonfun$5.class
spray.httpx.marshalling.BasicMarshallers$$anonfun$byteArrayMarshaller$1.class
spray.httpx.marshalling.BasicMarshallers$$anonfun$byteStringMarshaller$1.class
spray.httpx.marshalling.BasicMarshallers$$anonfun$httpDataMarshaller$1.class
spray.httpx.marshalling.BasicMarshallers$$anonfun$stringMarshaller$1.class
spray.httpx.marshalling.BasicMarshallers$$anonfun$stringMarshaller$2.class
spray.httpx.marshalling.BasicMarshallers$.class
spray.httpx.marshalling.BasicMarshallers$class.class
spray.httpx.marshalling.BasicMarshallers.class
spray.httpx.marshalling.BasicToResponseMarshallers$$anon$1$$anon$2.class
spray.httpx.marshalling.BasicToResponseMarshallers$$anon$1.class
spray.httpx.marshalling.BasicToResponseMarshallers$$anonfun$fromResponse$1.class
spray.httpx.marshalling.BasicToResponseMarshallers$$anonfun$fromStatusCode$1.class
spray.httpx.marshalling.BasicToResponseMarshallers$$anonfun$fromStatusCodeAndT$1.class
spray.httpx.marshalling.BasicToResponseMarshallers$$anonfun$fromStatusCodeConvertibleAndHeadersAndT$1.class
spray.httpx.marshalling.BasicToResponseMarshallers$class.class
spray.httpx.marshalling.BasicToResponseMarshallers.class
spray.httpx.marshalling.CollectingMarshallingContext$$anon$1$$anonfun$handle$1.class
spray.httpx.marshalling.CollectingMarshallingContext$$anon$1.class
spray.httpx.marshalling.CollectingMarshallingContext$$anonfun$entity$1.class
spray.httpx.marshalling.CollectingMarshallingContext$$anonfun$headers$1.class
spray.httpx.marshalling.CollectingMarshallingContext$$anonfun$startChunkedMessage$1.class
spray.httpx.marshalling.CollectingMarshallingContext$$anonfun$startChunkedMessage$2.class
spray.httpx.marshalling.CollectingMarshallingContext$.class
spray.httpx.marshalling.CollectingMarshallingContext.class
spray.httpx.marshalling.DelegatingMarshallingContext.class
spray.httpx.marshalling.DelegatingToResponseMarshallingContext.class
spray.httpx.marshalling.LowPriorityToResponseMarshallerImplicits$class.class
spray.httpx.marshalling.LowPriorityToResponseMarshallerImplicits.class
spray.httpx.marshalling.LowerPriorityImplicitMetaMarshallers$class.class
spray.httpx.marshalling.LowerPriorityImplicitMetaMarshallers.class
spray.httpx.marshalling.Marshaller$$anon$1.class
spray.httpx.marshalling.Marshaller$$anon$2.class
spray.httpx.marshalling.Marshaller$.class
spray.httpx.marshalling.Marshaller$MarshallerDelegation$$anonfun$apply$1.class
spray.httpx.marshalling.Marshaller$MarshallerDelegation$$anonfun$apply$2.class
spray.httpx.marshalling.Marshaller$MarshallerDelegation.class
spray.httpx.marshalling.Marshaller.class
spray.httpx.marshalling.MarshallerM$$anon$2.class
spray.httpx.marshalling.MarshallerM$$anon$3.class
spray.httpx.marshalling.MarshallerM$$anon$4.class
spray.httpx.marshalling.MarshallerM$$anon$5.class
spray.httpx.marshalling.MarshallerM$.class
spray.httpx.marshalling.MarshallerM.class
spray.httpx.marshalling.MarshallingContext$$anon$1.class
spray.httpx.marshalling.MarshallingContext$$anon$2.class
spray.httpx.marshalling.MarshallingContext$$anonfun$1.class
spray.httpx.marshalling.MarshallingContext$class.class
spray.httpx.marshalling.MarshallingContext.class
spray.httpx.marshalling.MetaMarshallers$$anonfun$eitherMarshaller$1.class
spray.httpx.marshalling.MetaMarshallers$$anonfun$futureMarshaller$1$$anonfun$apply$1.class
spray.httpx.marshalling.MetaMarshallers$$anonfun$futureMarshaller$1.class
spray.httpx.marshalling.MetaMarshallers$$anonfun$optionMarshaller$1.class
spray.httpx.marshalling.MetaMarshallers$$anonfun$streamMarshaller$1$$anonfun$1.class
spray.httpx.marshalling.MetaMarshallers$$anonfun$streamMarshaller$1.class
spray.httpx.marshalling.MetaMarshallers$$anonfun$tryMarshaller$1.class
spray.httpx.marshalling.MetaMarshallers$.class
spray.httpx.marshalling.MetaMarshallers$ChunkingActor$$anonfun$receive$1$$anon$1.class
spray.httpx.marshalling.MetaMarshallers$ChunkingActor$$anonfun$receive$1.class
spray.httpx.marshalling.MetaMarshallers$ChunkingActor.class
spray.httpx.marshalling.MetaMarshallers$SentOk$.class
spray.httpx.marshalling.MetaMarshallers$SentOk.class
spray.httpx.marshalling.MetaMarshallers$class.class
spray.httpx.marshalling.MetaMarshallers.class
spray.httpx.marshalling.MetaToResponseMarshallers$$anonfun$eitherMarshaller$1.class
spray.httpx.marshalling.MetaToResponseMarshallers$$anonfun$futureMarshaller$1$$anonfun$apply$1.class
spray.httpx.marshalling.MetaToResponseMarshallers$$anonfun$futureMarshaller$1.class
spray.httpx.marshalling.MetaToResponseMarshallers$$anonfun$optionMarshaller$1.class
spray.httpx.marshalling.MetaToResponseMarshallers$$anonfun$tryMarshaller$1.class
spray.httpx.marshalling.MetaToResponseMarshallers$.class
spray.httpx.marshalling.MetaToResponseMarshallers$class.class
spray.httpx.marshalling.MetaToResponseMarshallers.class
spray.httpx.marshalling.MultipartMarshallers$$anonfun$multipartContentMarshaller$1$$anonfun$apply$1$$anonfun$apply$2.class
spray.httpx.marshalling.MultipartMarshallers$$anonfun$multipartContentMarshaller$1$$anonfun$apply$1.class
spray.httpx.marshalling.MultipartMarshallers$$anonfun$multipartContentMarshaller$1.class
spray.httpx.marshalling.MultipartMarshallers$$anonfun$multipartFormDataMarshaller$1$$anon$1$$anonfun$overrideContentType$1.class
spray.httpx.marshalling.MultipartMarshallers$$anonfun$multipartFormDataMarshaller$1$$anon$1.class
spray.httpx.marshalling.MultipartMarshallers$$anonfun$multipartFormDataMarshaller$1.class
spray.httpx.marshalling.MultipartMarshallers$.class
spray.httpx.marshalling.MultipartMarshallers$class.class
spray.httpx.marshalling.MultipartMarshallers.class
spray.httpx.marshalling.ToResponseMarshallable$$anon$6.class
spray.httpx.marshalling.ToResponseMarshallable$$anon$7.class
spray.httpx.marshalling.ToResponseMarshallable$.class
spray.httpx.marshalling.ToResponseMarshallable.class
spray.httpx.marshalling.ToResponseMarshaller$$anon$3.class
spray.httpx.marshalling.ToResponseMarshaller$$anon$4.class
spray.httpx.marshalling.ToResponseMarshaller$$anonfun$compose$1.class
spray.httpx.marshalling.ToResponseMarshaller$$anonfun$fromMarshaller$1.class
spray.httpx.marshalling.ToResponseMarshaller$$anonfun$oneOf$1$$anon$5.class
spray.httpx.marshalling.ToResponseMarshaller$$anonfun$oneOf$1.class
spray.httpx.marshalling.ToResponseMarshaller$.class
spray.httpx.marshalling.ToResponseMarshaller$MarshallerDelegation$$anonfun$apply$3.class
spray.httpx.marshalling.ToResponseMarshaller$MarshallerDelegation$$anonfun$apply$4.class
spray.httpx.marshalling.ToResponseMarshaller$MarshallerDelegation.class
spray.httpx.marshalling.ToResponseMarshaller$class.class
spray.httpx.marshalling.ToResponseMarshaller.class
spray.httpx.marshalling.ToResponseMarshallingContext$$anon$3.class
spray.httpx.marshalling.ToResponseMarshallingContext$$anon$4.class
spray.httpx.marshalling.ToResponseMarshallingContext$$anonfun$2$$anonfun$apply$1.class
spray.httpx.marshalling.ToResponseMarshallingContext$$anonfun$2.class
spray.httpx.marshalling.ToResponseMarshallingContext$class.class
spray.httpx.marshalling.ToResponseMarshallingContext.class
spray.httpx.marshalling.package$$anonfun$marshal$1.class
spray.httpx.marshalling.package$$anonfun$marshalToEntityAndHeaders$1.class
spray.httpx.marshalling.package$$anonfun$marshalUnsafe$1.class
spray.httpx.marshalling.package$.class
spray.httpx.marshalling.package.class
spray.httpx.unmarshalling.BasicUnmarshallers$$anon$1.class
spray.httpx.unmarshalling.BasicUnmarshallers$$anon$2.class
spray.httpx.unmarshalling.BasicUnmarshallers$$anon$3.class
spray.httpx.unmarshalling.BasicUnmarshallers$$anonfun$1.class
spray.httpx.unmarshalling.BasicUnmarshallers$.class
spray.httpx.unmarshalling.BasicUnmarshallers$class.class
spray.httpx.unmarshalling.BasicUnmarshallers.class
spray.httpx.unmarshalling.ContentExpected$.class
spray.httpx.unmarshalling.ContentExpected.class
spray.httpx.unmarshalling.DeserializationError.class
spray.httpx.unmarshalling.Deserializer$$anon$1$$anonfun$apply$1.class
spray.httpx.unmarshalling.Deserializer$$anon$1.class
spray.httpx.unmarshalling.Deserializer$$anon$2.class
spray.httpx.unmarshalling.Deserializer$$anon$3.class
spray.httpx.unmarshalling.Deserializer$.class
spray.httpx.unmarshalling.Deserializer$class.class
spray.httpx.unmarshalling.Deserializer.class
spray.httpx.unmarshalling.DeserializerLowerPriorityImplicits$$anon$4.class
spray.httpx.unmarshalling.DeserializerLowerPriorityImplicits.class
spray.httpx.unmarshalling.FfcLowerPrioImplicits$$anon$5.class
spray.httpx.unmarshalling.FfcLowerPrioImplicits$$anon$6.class
spray.httpx.unmarshalling.FfcLowerPrioImplicits.class
spray.httpx.unmarshalling.FfcLowerPrioImplicits2$$anon$7$$anonfun$multipartFieldConverter$2.class
spray.httpx.unmarshalling.FfcLowerPrioImplicits2$$anon$7$$anonfun$urlEncodedFieldConverter$2.class
spray.httpx.unmarshalling.FfcLowerPrioImplicits2$$anon$7.class
spray.httpx.unmarshalling.FfcLowerPrioImplicits2.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$1$$anonfun$4$$anonfun$apply$2.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$1$$anonfun$4$$anonfun$apply$3.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$1$$anonfun$4.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$1$$anonfun$checkValid$1$$anonfun$apply$1.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$1$$anonfun$checkValid$1.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$1$$anonfun$unmarshal$1.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$1.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$2$$anonfun$apply$4$$anonfun$apply$5.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$2$$anonfun$apply$4.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$2.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$3.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$4$$anonfun$apply$6.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anon$4.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anonfun$multipartContentUnmarshaller$1.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anonfun$spray$httpx$unmarshalling$FormDataUnmarshallers$$convertMimeMessage$1$$anonfun$1.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anonfun$spray$httpx$unmarshalling$FormDataUnmarshallers$$convertMimeMessage$1$$anonfun$2.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anonfun$spray$httpx$unmarshalling$FormDataUnmarshallers$$convertMimeMessage$1$$anonfun$3.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anonfun$spray$httpx$unmarshalling$FormDataUnmarshallers$$convertMimeMessage$1.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anonfun$urlEncodedFormDataUnmarshaller$1$$anonfun$5.class
spray.httpx.unmarshalling.FormDataUnmarshallers$$anonfun$urlEncodedFormDataUnmarshaller$1.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spray-http-1.1.0.jar
/io.spray/spray-http/1.1.0
查看spray-http所有版本文件
spray-util-1.1.0.jar
/io.spray/spray-util/1.1.0
查看spray-util所有版本文件
spray-io-1.1.0.jar
/io.spray/spray-io/1.1.0
查看spray-io所有版本文件
scala-library-2.10.3.jar
/org.scala-lang/scala-library/2.10.3
查看scala-library所有版本文件
mimepull-1.9.3.jar
/org.jvnet.mimepull/mimepull/1.9.3
查看mimepull所有版本文件
akka-actor_2.10-2.1.4.jar
/com.typesafe.akka/akka-actor_2.10/2.1.4
查看akka-actor_2.10所有版本文件
spray-json_2.10-1.2.5.jar
/io.spray/spray-json_2.10/1.2.5
查看spray-json_2.10所有版本文件
twirl-api_2.10-0.6.2.jar
/io.spray/twirl-api_2.10/0.6.2
查看twirl-api_2.10所有版本文件
lift-json_2.10-2.5.1.jar
/net.liftweb/lift-json_2.10/2.5.1
查看lift-json_2.10所有版本文件
json4s-native_2.10-3.2.5.jar
/org.json4s/json4s-native_2.10/3.2.5
查看json4s-native_2.10所有版本文件
json4s-jackson_2.10-3.2.5.jar
/org.json4s/json4s-jackson_2.10/3.2.5
查看json4s-jackson_2.10所有版本文件
play-json_2.10-2.2.0.jar
/com.typesafe.play/play-json_2.10/2.2.0
查看play-json_2.10所有版本文件
specs2_2.10-2.2.3.jar
/org.specs2/specs2_2.10/2.2.3
查看specs2_2.10所有版本文件
|