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