| Group ID: |
org.simpleflatmapper |
| Artifact ID: |
sfm-poi |
| Last modified: |
05.12.2015 23:19 |
| Packaging: |
jar |
| Name: |
sfm-poi |
| Description: |
Excel POI supports. |
| URL: |
http://github.com/arnaudroger/SimpleFlatMapper |
|
|
| Size: |
36.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/simpleflatmapper/sfm-poi/2.5.4/sfm-poi-2.5.4-jdk16.jar |
| POM: |
Show
hide
<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>
<artifactId>sfm-poi</artifactId>
<packaging>bundle</packaging>
<parent>
<groupId>org.simpleflatmapper</groupId>
<artifactId>sfm-parent</artifactId>
<version>2.5.4</version>
</parent>
<name>sfm-poi</name>
<url>http://github.com/arnaudroger/SimpleFlatMapper</url>
<description>Excel POI supports.</description>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<build>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<extensions>true</extensions>
<version>2.5.4</version>
<configuration>
<classifier>${jar.classifier}</classifier>
<instructions>
<Export-Package>org.sfm.poi</Export-Package>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>3.13</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.8.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.simpleflatmapper</groupId>
<artifactId>sfm</artifactId>
<version>2.5.4</version>
</dependency>
<dependency>
<groupId>org.simpleflatmapper</groupId>
<artifactId>sfm-test</artifactId>
<version>2.5.4</version>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>
<profile>
<id>travis</id>
<activation>
<property>
<name>env.TRAVIS</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>jdk16</id>
<activation>
<jdk>1.6</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>replacer</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>jdk17</id>
<activation>
<jdk>1.7</jdk>
</activation>
<build>
<plugins>
<plugin>
<groupId>com.google.code.maven-replacer-plugin</groupId>
<artifactId>replacer</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Maven: |
<dependency>
<groupId>org.simpleflatmapper</groupId>
<artifactId>sfm-poi</artifactId>
<version>2.5.4</version>
<classifier>jdk16</classifier>
</dependency>
|
| Gradle: |
org.simpleflatmapper:sfm-poi:2.5.4:jdk16 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|