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