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