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