Download scalaj-http_2.11-2.3.0.jar file

Introduction

You can download scalaj-http_2.11-2.3.0.jar in this page.

License

Apache 2

Type List

scalaj-http_2.11-2.3.0.jar file has the following types.

META-INF/MANIFEST.MF
scalaj.http.Base64.class
scalaj.http.BaseHttp.class
scalaj.http.ByteBodyConnectFunc.class
scalaj.http.DefaultConnectFunc.class
scalaj.http.FormBodyConnectFunc.class
scalaj.http.Http.class
scalaj.http.HttpConstants.class
scalaj.http.HttpOptions.class
scalaj.http.HttpRequest.class
scalaj.http.HttpResponse.class
scalaj.http.HttpStatusException.class
scalaj.http.MultiPart.class
scalaj.http.MultiPartConnectFunc.class
scalaj.http.OAuth.class
scalaj.http.PlainUrlFunc.class
scalaj.http.QueryStringUrlFunc.class
scalaj.http.StringBodyConnectFunc.class
scalaj.http.Token.class

Pom

scalaj-http_2.11-2.3.0.pom file content.

<?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>org.scalaj</groupId>
    <artifactId>scalaj-http_2.11</artifactId>
    <packaging>jar</packaging>
    <description>scalaj-http</description>
    <version>2.3.0</version>
    <name>scalaj-http</name>
    <organization>
        <name>org.scalaj</name>
    </organization>
    <url>http://github.com/scalaj/scalaj-http</url>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <scm>
        <url>git@github.com:scalaj/scalaj-http.git</url>
        <connection>scm:git:git@github.com:scalaj/scalaj-http.git</connection>
    </scm>
    <developers>
        <developer>
            <id>hoffrocket</id>
            <name>Jon Hoffman</name>
            <url>http://github.com/hoffrocket</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.7</version>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.novocode</groupId>
            <artifactId>junit-interface</artifactId>
            <version>0.11</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-server</artifactId>
            <version>8.1.19.v20160209</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.module</groupId>
            <artifactId>jackson-module-scala_2.11</artifactId>
            <version>2.4.2</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.scalaj</groupId>
   <artifactId>scalaj-http_2.11</artifactId>
   <version>2.3.0</version>
</dependency>

Download

If you think the following scalaj-http_2.11-2.3.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download scalaj-http_2.11-2.3.0.jar file




PreviousNext

Related