ferris-net
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.ferris.net</groupId> <artifactId>ferris-net</artifactId> <version>0.0.1</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> <groupId>org.ferris.net</groupId> <artifactId>ferris-net</artifactId> <name>Ferris Net</name> <version>0.0.1</version> <description> Ferris Net is a project containing the network utilities plus classes which enhance or extend the capabilities of the objects already in java.net. </description> <inceptionYear>http://ferris.sourceforge.net/net</inceptionYear> <parent> <artifactId>ferris-parent-pom</artifactId> <groupId>org.ferris</groupId> <version>0.0.4</version> </parent> <build> <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.5</version> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.9</version> </dependency> <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> <version>3.0</version> </dependency> <dependency> <groupId>org.simpleframework</groupId> <artifactId>upload</artifactId> <version>0.3.4</version> <scope>system</scope> <systemPath>C:\usb\libs\simple\simple-upload-0.3.4\jar\simple-upload-0.3.4.jar</systemPath> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>1.4</version> </dependency> </dependencies> </project>