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