zoey-core_2.10
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>me.lessis</groupId>
<artifactId>zoey-core_2.10</artifactId>
<version>0.1.2</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>me.lessis</groupId>
<artifactId>zoey-core_2.10</artifactId>
<packaging>jar</packaging>
<description>an asyncronous interface for zookeeper</description>
<url>https://github.com/softprops/zoey</url>
<version>0.1.2</version>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/softprops/zoey/blob/0.1.2/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>zoey-core</name>
<organization>
<name>me.lessis</name>
<url>https://github.com/softprops/zoey</url>
</organization>
<scm>
<url>git@github.com:softprops/zoey.git</url>
<connection>scm:git:git@github.com:softprops/zoey.git</connection>
</scm>
<developers>
<developer>
<id>softprops</id>
<name>Doug Tangren</name>
<url>https://github.com/softprops</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.4</version>
</dependency>
<dependency>
<groupId>me.lessis</groupId>
<artifactId>zoey-testing_2.10</artifactId>
<version>0.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
<version>3.4.6</version>
<exclusions>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
<version>2.2.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>me.lessis</groupId>
<artifactId>retry_2.10</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>me.lessis</groupId>
<artifactId>undelay_2.10</artifactId>
<version>0.1.0</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>softpropsmaven</id>
<name>softprops-maven</name>
<url>http://dl.bintray.com/content/softprops/maven/</url>
<layout>default</layout>
</repository>
<repository>
<id>BintrayJCenter</id>
<name>BintrayJCenter</name>
<url>http://jcenter.bintray.com/</url>
<layout>default</layout>
</repository>
<repository>
<id>BintrayResolvesoftpropsmaven</id>
<name>Bintray-Resolve-softprops-maven</name>
<url>http://dl.bintray.com/content/softprops/maven/</url>
<layout>default</layout>
</repository>
</repositories>
</project>