GroupId | GroupIdcom.github.ckpoint |
---|---|
ArtifactId | ArtifactIdtoexcel |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
toexcel-1.0.6.pom | |
toexcel-1.0.6.jar | 50 KB |
toexcel-1.0.6-sources.jar | 23 KB |
toexcel-1.0.6-javadoc.jar | 202 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ckpoint/toexcel/ -->
<dependency>
<groupId>com.github.ckpoint</groupId>
<artifactId>toexcel</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ckpoint/toexcel/
implementation 'com.github.ckpoint:toexcel:1.0.6'
// https://jarcasting.com/artifacts/com.github.ckpoint/toexcel/
implementation ("com.github.ckpoint:toexcel:1.0.6")
'com.github.ckpoint:toexcel:jar:1.0.6'
<dependency org="com.github.ckpoint" name="toexcel" rev="1.0.6">
<artifact name="toexcel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ckpoint', module='toexcel', version='1.0.6')
)
libraryDependencies += "com.github.ckpoint" % "toexcel" % "1.0.6"
[com.github.ckpoint/toexcel "1.0.6"]