gcexcel-extension
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.grapecitysoft.documents</groupId>
<artifactId>gcexcel-extension</artifactId>
<version>8.2.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.grapecitysoft.documents</groupId>
<artifactId>gcexcel-extension</artifactId>
<version>8.2.3</version>
<name>GcExcelExtension</name>
<description>GcExcelExtension是GcExcel的扩展库,提供了更多的扩展性功能和特性。</description>
<url>https://www.grapecity.com.cn/developer/grapecitydocuments/excel-java</url>
<licenses>
<license>
<name>GrapeCity Software EULA</name>
<url>https://cdn.grapecity.com.cn/online/GrapeCitySoftware-EULA.pdf</url>
</license>
</licenses>
<developers>
<developer>
<name>GrapeCity Software inc.</name>
<email>info.xa@grapecity.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/GrapeCityXA/GcExcel-Java.git</connection>
<developerConnection>scm:git:ssh://github.com:GrapeCityXA/GcExcel-Java.git</developerConnection>
<url>https://github.com/GrapeCityXA</url>
</scm>
<dependencies>
<dependency>
<groupId>com.grapecitysoft.documents</groupId>
<artifactId>gcexcel</artifactId>
<version>8.2.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-java</artifactId>
<version>4.13.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>