bean-converter-example
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.googlecode.ssd-utils</groupId> <artifactId>bean-converter-example</artifactId> <version>0.0.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> <parent> <artifactId>bean-converter</artifactId> <groupId>com.googlecode.ssd-utils</groupId> <version>0.0.2</version> </parent> <groupId>com.googlecode.ssd-utils</groupId> <artifactId>bean-converter-example</artifactId> <version>0.0.2</version> <dependencies> <dependency> <groupId>com.googlecode.ssd-utils</groupId> <artifactId>bean-converter-core</artifactId> <version>0.0.2</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-core</artifactId> <version>3.0.4.RELEASE</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-beans</artifactId> <version>3.0.4.RELEASE</version> <type>jar</type> <scope>compile</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <version>3.0.4.RELEASE</version> <type>jar</type> <scope>compile</scope> </dependency> </dependencies> </project>