xls-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>br.com.objectos</groupId>
<artifactId>xls-parent</artifactId>
<version>0.3.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>br.com.objectos</groupId> <artifactId>parent</artifactId> <version>76</version> </parent> <artifactId>xls-parent</artifactId> <version>0.3.1</version> <packaging>pom</packaging> <name>objectos :: xls :: parent</name> <description>A simple Java API to read and write .xls and .xlsx files.</description> <url>https://github.com/objectos/xls</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:file:///srv/bitbucket/shared/data/repositories/463</connection> <developerConnection>scm:git:file:///srv/bitbucket/shared/data/repositories/463</developerConnection> <url>https://github.com/objectos/xls</url> <tag>xls-parent-0.3.1</tag> </scm> <issueManagement> <system>GitHub Issues</system> <url>http://github.com/objectos/xls/issues</url> </issueManagement> <developers> <developer> <id>moe</id> <name>Marcio Endo</name> <email>marcio.endo@objectos.com.br</email> </developer> </developers> <organization> <name>Objectos Software LTDA</name> <url>http://www.objectos.com.br</url> </organization> <modules> <module>xls</module> <module>xls-it</module> <module>xls-pojo-plugin</module> </modules> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> <!-- workaround for https://bugs.openjdk.java.net/browse/JDK-8062800 --> <useIncrementalCompilation>false</useIncrementalCompilation> </configuration> </plugin> </plugins> </pluginManagement> </build> <dependencyManagement> <dependencies> <dependency> <groupId>br.com.objectos</groupId> <artifactId>xls</artifactId> <version>0.3.1</version> </dependency> <dependency> <groupId>br.com.objectos</groupId> <artifactId>xls-pojo-plugin</artifactId> <version>0.3.1</version> </dependency> </dependencies> </dependencyManagement> </project>