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