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