2017-05-26 04:48:44 +08:00
<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/xsd/maven-4.0.0.xsd">
<modelVersion > 4.0.0</modelVersion>
2018-05-18 03:53:57 +08:00
<groupId > org.foundationdb</groupId>
2017-05-26 04:48:44 +08:00
<artifactId > NAME</artifactId>
<version > VERSION</version>
<packaging > jar</packaging>
<name > foundationdb-java</name>
2018-05-02 07:10:51 +08:00
<description > Java bindings for the FoundationDB database. These bindings require the FoundationDB client, which is under a different license. The client can be obtained from https://www.foundationdb.org/download/.</description>
2017-05-26 04:48:44 +08:00
<inceptionYear > 2010</inceptionYear>
2018-03-16 07:30:29 +08:00
<url > https://www.foundationdb.org</url>
2017-05-26 04:48:44 +08:00
<organization >
<name > FoundationDB</name>
2018-03-16 07:30:29 +08:00
<url > https://www.foundationdb.org</url>
2017-05-26 04:48:44 +08:00
</organization>
2018-05-18 03:53:57 +08:00
2017-05-26 04:48:44 +08:00
<developers >
<developer >
<name > FoundationDB</name>
</developer>
</developers>
2018-05-18 03:53:57 +08:00
2017-05-26 04:48:44 +08:00
<scm >
<url > http://0.0.0.0</url>
</scm>
<licenses >
<license >
<name > The Apache v2 License</name>
<url > http://www.apache.org/licenses/</url>
</license>
</licenses>
</project>