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