morphia
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.google.code.maven-play-plugin.com.google.code.morphia</groupId>
<artifactId>morphia</artifactId>
<version>1.00-20110403</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/maven-v4_0_0.xsd"> <!-- Copy of http://morphia.googlecode.com/svn/mavenrepo/com/google/code/morphia/morphia/1.00-SNAPSHOT/morphia-1.00-20110403.170849-3.pom with changed groupId and parent groupId to avoid snapshots and external repositories. --> <parent> <groupId>com.google.code.maven-play-plugin.com.google.code.morphia</groupId> <artifactId>morphia-parent</artifactId> <version>1.1</version> <relativePath>../</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <groupId>com.google.code.maven-play-plugin.com.google.code.morphia</groupId> <artifactId>morphia</artifactId> <packaging>jar</packaging> <version>1.00-20110403</version> <name>morphia</name> <dependencies> <dependency> <groupId>cglib</groupId> <artifactId>cglib-nodep</artifactId> <version>[2.1_3,)</version> <type>jar</type> <optional>true</optional> </dependency> <dependency> <groupId>com.thoughtworks.proxytoys</groupId> <artifactId>proxytoys</artifactId> <version>1.0</version> <type>jar</type> <optional>true</optional> </dependency> </dependencies> </project>