cvm-cia
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>cvm-cia</artifactId>
<version>0.1.0</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>cvm</artifactId> <version>0.1.0</version> </parent> <artifactId>cvm-cia</artifactId> <name>objectos :: cvm :: cia</name> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <configuration> <excludedGroups>wget</excludedGroups> </configuration> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>br.com.objectos</groupId> <artifactId>io-csv</artifactId> </dependency> <dependency> <groupId>br.com.objectos</groupId> <artifactId>wget</artifactId> </dependency> <dependency> <groupId>br.com.objectos</groupId> <artifactId>zip</artifactId> </dependency> <dependency> <groupId>br.com.objectos</groupId> <artifactId>io-csv-compiler</artifactId> <optional>true</optional> </dependency> <dependency> <groupId>br.com.objectos</groupId> <artifactId>testing</artifactId> </dependency> </dependencies> </project>