Download mongo-java-server-1.5.0.jar file

Introduction

You can download mongo-java-server-1.5.0.jar in this page.

License

The BSD License

Type List

mongo-java-server-1.5.0.jar file has the following types.

META-INF/MANIFEST.MF

Pom

mongo-java-server-1.5.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="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.bwaldvogel</groupId>
  <artifactId>mongo-java-server</artifactId>
  <version>1.5.0</version>
  <name>mongo-java-server</name>
  <description>Stub implementation of MongoDB in Java that speaks the wire protocol.</description>
  <url>https://www.github.com/bwaldvogel/mongo-java-server</url>
  <inceptionYear>2012</inceptionYear>
  <licenses>
    <license>
      <name>The BSD License</name>
      <url>http://www.opensource.org/licenses/bsd-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>bwaldvogel</id>
      <name>Benedikt Waldvogel</name>
      <email>mail@bwaldvogel.de</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:bwaldvogel/mongo-java-server.git</connection>
    <developerConnection>scm:git:git@github.com:bwaldvogel/mongo-java-server.git</developerConnection>
    <url>git@github.com:bwaldvogel/mongo-java-server.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>de.bwaldvogel</groupId>
      <artifactId>mongo-java-server-core</artifactId>
      <version>1.5.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.12</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easytesting</groupId>
      <artifactId>fest-assert</artifactId>
      <version>1.4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.easymock</groupId>
      <artifactId>easymockclassextension</artifactId>
      <version>3.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>de.bwaldvogel</groupId>
      <artifactId>mongo-java-server-memory-backend</artifactId>
      <version>1.5.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.powermock</groupId>
      <artifactId>powermock-api-easymock</artifactId>
      <version>1.6.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.1.3</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>de.bwaldvogel</groupId>
   <artifactId>mongo-java-server</artifactId>
   <version>1.5.0</version>
</dependency>

Download

If you think the following mongo-java-server-1.5.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download mongo-java-server-1.5.0.jar file




PreviousNext

Related