prototype
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.disy.prototype</groupId>
<artifactId>prototype</artifactId>
<version>1.6.0.3</version>
</dependency><?xml version="1.0"?>
<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>
<groupId>net.disy.prototype</groupId>
<artifactId>prototype</artifactId>
<packaging>jar</packaging>
<version>1.6.0.3</version>
<name>Prototype</name>
<parent>
<groupId>net.disy.prototype</groupId>
<artifactId>prototype-parent</artifactId>
<version>3</version>
<relativePath>../prototype-parent/pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>net.disy.legato</groupId>
<artifactId>legato-testing</artifactId>
<version>1.0.RC5</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<directory>src/main/resources</directory>
</resource>
<resource>
<directory>src/main/javascript</directory>
</resource>
</resources>
</build>
</project>