GroupId | GroupIdcom.grapecity.documents |
---|---|
ArtifactId | ArtifactIdgcexcel |
Version | Version3.2.2 |
Type | Typejar |
Filename | Size |
---|---|
gcexcel-3.2.2.pom | |
gcexcel-3.2.2.jar | 6 MB |
gcexcel-3.2.2-sources.jar | 16 MB |
gcexcel-3.2.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.grapecity.documents/gcexcel/ -->
<dependency>
<groupId>com.grapecity.documents</groupId>
<artifactId>gcexcel</artifactId>
<version>3.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.grapecity.documents/gcexcel/
implementation 'com.grapecity.documents:gcexcel:3.2.2'
// https://jarcasting.com/artifacts/com.grapecity.documents/gcexcel/
implementation ("com.grapecity.documents:gcexcel:3.2.2")
'com.grapecity.documents:gcexcel:jar:3.2.2'
<dependency org="com.grapecity.documents" name="gcexcel" rev="3.2.2">
<artifact name="gcexcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.grapecity.documents', module='gcexcel', version='3.2.2')
)
libraryDependencies += "com.grapecity.documents" % "gcexcel" % "3.2.2"
[com.grapecity.documents/gcexcel "3.2.2"]