License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.antonioalejandro |
ArtifactId | ArtifactIdExcel-Creator |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionExcel-Creator
Create excels by implementing an interface
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
Excel-Creator-1.0.pom | |
Excel-Creator-1.0-sources.jar | 7 KB |
Excel-Creator-1.0-javadoc.jar | 438 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.antonioalejandro/Excel-Creator/ -->
<dependency>
<groupId>com.antonioalejandro</groupId>
<artifactId>Excel-Creator</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.antonioalejandro/Excel-Creator/
implementation 'com.antonioalejandro:Excel-Creator:1.0'
// https://jarcasting.com/artifacts/com.antonioalejandro/Excel-Creator/
implementation ("com.antonioalejandro:Excel-Creator:1.0")
'com.antonioalejandro:Excel-Creator:jar:1.0'
<dependency org="com.antonioalejandro" name="Excel-Creator" rev="1.0">
<artifact name="Excel-Creator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.antonioalejandro', module='Excel-Creator', version='1.0')
)
libraryDependencies += "com.antonioalejandro" % "Excel-Creator" % "1.0"
[com.antonioalejandro/Excel-Creator "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.poi : poi | jar | 4.1.0 |
org.apache.poi : poi-ooxml | jar | 4.1.0 |