License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.github.giantray |
ArtifactId | ArtifactIdexceltool |
Version | Version0.95 |
Type | Typejar |
Description |
Descriptionexceltool
a tool to create excel.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
exceltool-0.95.pom | |
exceltool-0.95.jar | 11 KB |
exceltool-0.95-sources.jar | 6 KB |
exceltool-0.95-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.giantray/exceltool/ -->
<dependency>
<groupId>com.github.giantray</groupId>
<artifactId>exceltool</artifactId>
<version>0.95</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.giantray/exceltool/
implementation 'com.github.giantray:exceltool:0.95'
// https://jarcasting.com/artifacts/com.github.giantray/exceltool/
implementation ("com.github.giantray:exceltool:0.95")
'com.github.giantray:exceltool:jar:0.95'
<dependency org="com.github.giantray" name="exceltool" rev="0.95">
<artifact name="exceltool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.giantray', module='exceltool', version='0.95')
)
libraryDependencies += "com.github.giantray" % "exceltool" % "0.95"
[com.github.giantray/exceltool "0.95"]
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.jexcelapi : jxl | jar | 2.6.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |