httpbl_2.10
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.osinka.httpbl</groupId>
<artifactId>httpbl_2.10</artifactId>
<version>2.0.0</version>
</dependency><?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>com.osinka.httpbl</groupId>
<artifactId>httpbl_2.10</artifactId>
<packaging>jar</packaging>
<description>http:BL API</description>
<url>https://github.com/osinka/httpbl</url>
<version>2.0.0</version>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>httpbl</name>
<inceptionYear>2013</inceptionYear>
<organization>
<name>Osinka</name>
<url>https://github.com/osinka/httpbl</url>
</organization>
<developers>
<developer>
<id>alaz</id>
<email>azarov@osinka.com</email>
<name>Alexander Azarov</name>
<timezone>+4</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/osinka/httpbl.git</connection>
<developerConnection>scm:git:git@github.com:osinka/httpbl.git</developerConnection>
<url>http://github.com/osinka/httpbl</url>
</scm>
<issueManagement>
<system>github</system>
<url>http://github.com/osinka/httpbl/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.4</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
<version>2.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.10</artifactId>
<version>1.11.6</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>