Maven Repository - POM file for Document Database org.ektorp 1.3.0 1.3.0

Summary

Ektorp.

a Java CouchDB persistence library.

Declaration

Here is the list of declaration for org.ektorp. If you use Maven you can use the following code to add the dependency for this POM file.

<dependency>
   <groupId>org.ektorp</groupId>
   <artifactId>org.ektorp</artifactId>
   <version>1.3.0</version>
</dependency>

If you think this Maven repository POM file listing for org.ektorp is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Packages

The following packages are defined in the org.ektorp-1.3.0.jar

org.ektorp
org.ektorp.changes
org.ektorp.dataload
org.ektorp.docref
org.ektorp.http
org.ektorp.impl
org.ektorp.impl.changes
org.ektorp.impl.docref
org.ektorp.impl.jackson
org.ektorp.support
org.ektorp.util




POM File Source

Here is the content of the POM file.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.ektorp</groupId>
  <artifactId>org.ektorp</artifactId>
  <packaging>jar</packaging>
  <name>Ektorp</name>
  <version>1.3.0</version>
  <description>a Java CouchDB persistence library</description>
  <parent>
    <artifactId>org.ektorp.parent</artifactId>
    <groupId>org.ektorp</groupId>
    <version>1.3.0</version>
  </parent>

  <dependencies>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-core-asl</artifactId>
    </dependency>
    <dependency>
      <groupId>org.codehaus.jackson</groupId>
      <artifactId>jackson-mapper-asl</artifactId>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>${httpclient.version}</version>
    </dependency>
    <dependency>
                   <groupId>org.apache.httpcomponents</groupId>
             <artifactId>httpclient-cache</artifactId>
                   <version>${httpclient.version}</version>
          </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>${commons.io.version}</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-simple</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>