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