ntaf-example
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.nhncorp.ntaf</groupId>
<artifactId>ntaf-example</artifactId>
<version>20090817</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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.nhncorp.ntaf</groupId>
<artifactId>ntaf</artifactId>
<version>20090817</version>
</parent>
<artifactId>ntaf-example</artifactId>
<packaging>jar</packaging>
<name>NTAF Example</name>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ntaf-fitnesse</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ntaf-fitlibrary</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>ntaf-core</artifactId>
</dependency>
</dependencies>
</project>