px100-persistence-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.px100systems</groupId>
<artifactId>px100-persistence-api</artifactId>
<version>0.3.2</version>
</dependency><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>
<groupId>com.px100systems</groupId>
<artifactId>px100-persistence-api</artifactId>
<version>0.3.2</version>
<name>In-Memory Persistence Provider Support</name>
<description>Px100 Data API</description>
<url>http://www.px100systems.com/px100.html</url>
<licenses>
<license>
<name>GNU General Public License, Version 3</name>
<url>http://www.gnu.org/licenses/gpl-3.0.en.html</url>
</license>
</licenses>
<developers>
<developer>
<name>Alex Rogachevsky</name>
<email>alex@px100systems.com</email>
<organization>Px100 Systems</organization>
<organizationUrl>http://www.px100systems.com</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:a-rog/px100data.git</connection>
<developerConnection>scm:git:git@github.com:a-rog/px100data.git</developerConnection>
<url>git@github.com:a-rog/px100data.git</url>
</scm>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>${java.target.version}</source>
<target>${java.target.version}</target>
</configuration>
</plugin>
</plugins>
</build>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.target.version>1.8</java.target.version>
</properties>
<dependencies>
<dependency>
<groupId>com.px100systems</groupId>
<artifactId>Px100Util</artifactId>
<version>0.3.0</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.17</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
</project>