fastexcel-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>cn.idev.excel</groupId>
<artifactId>fastexcel-parent</artifactId>
<version>1.3.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>cn.idev.excel</groupId>
<artifactId>fastexcel-parent</artifactId>
<version>1.3.0</version>
<packaging>pom</packaging>
<name>fastexcel-parent</name>
<description>Fastexcel is an Excel handle tools written in Java</description>
<url>https://github.com/fast-excel/fastexcel</url>
<inceptionYear>2024</inceptionYear>
<organization>
<name>fast-excel</name>
<url>https://github.com/fast-excel</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jipengfei</id>
<name>jipengfei</name>
<email>1558143046@qq.com</email>
</developer>
<developer>
<id>zhuangjiaju</id>
<name>Jiaju Zhuang</name>
<email>zhuangjiaju@qq.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://git@github.com/fast-excel/fastexcel.git</connection>
<url>https://github.com/fast-excel/fastexcel</url>
</scm>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://central.sonatype.com/repository/maven-snapshots</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.sonatype.central</groupId>
<artifactId>central-publishing-maven-plugin</artifactId>
<version>0.4.0</version>
<extensions>true</extensions>
</plugin>
</plugins>
</build>
</project>