MVN

io.github.fengxxc : excelflow

Maven & Gradle

Aug 22, 2023
0 stars

excelflow · a easy way to read or write Excel by Java, just one line of code.(excelflow-core is main program)

<dependency>
    <groupId>io.github.fengxxc</groupId>
    <artifactId>excelflow</artifactId>
    <version>0.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.fengxxc : excelflow to add to Maven - Latest Versions:

  • Latest Stable: 0.4.1

All Versions

Choose a version of io.github.fengxxc : excelflow to add to Maven - All Versions:

Version Vulnerabilities Updated
0.4.x
excelflow-0.4.1
excelflow-0.4.0
0.3.x
excelflow-0.3.0
0.2.x
excelflow-0.2.0
0.1.x
excelflow-0.1.0
0.0.x
excelflow-0.0.2
excelflow-0.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.fengxxc</groupId>
    <artifactId>excelflow</artifactId>
    <version>0.4.1</version>
</dependency>