tftp
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>tftp</artifactId>
<version>0.1.3</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> <groupId>br.com.objectos</groupId> <artifactId>parent</artifactId> <version>0.3.2</version> </parent> <groupId>br.com.objectos</groupId> <artifactId>tftp</artifactId> <version>0.1.3</version> <name>objectos :: tftp</name> <description>Minimum TFTP server. Part of a PXE experiment.</description> <url>https://github.com/objectos/tftp</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:objectos/tftp.git</connection> <developerConnection>scm:git:git@github.com:objectos/tftp.git</developerConnection> <url>https://github.com/objectos/tftp</url> <tag>tftp-0.1.3</tag> </scm> <developers> <developer> <id>moe</id> <name>Marcio Endo</name> <email>marcio.endo@objectos.com.br</email> </developer> </developers> <dependencies> <dependency> <groupId>br.com.objectos</groupId> <artifactId>assertion</artifactId> <version>0.5.0</version> <scope>test</scope> </dependency> <dependency> <groupId>br.com.objectos</groupId> <artifactId>io</artifactId> <version>0.7.1</version> <scope>test</scope> </dependency> <dependency> <groupId>br.com.objectos</groupId> <artifactId>udp</artifactId> <version>0.1.8</version> </dependency> </dependencies> </project>