is not current version
Last Version 1.1.5

cn.chenhuanming:octopus 1.1.0

A simple excel import and export tool

GroupId

GroupId

cn.chenhuanming
ArtifactId

ArtifactId

octopus
Version

Version

1.1.0
Type

Type

jar

Download octopus 1.1.0


<!-- https://jarcasting.com/artifacts/cn.chenhuanming/octopus/ -->
<dependency>
    <groupId>cn.chenhuanming</groupId>
    <artifactId>octopus</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.chenhuanming/octopus/
implementation 'cn.chenhuanming:octopus:1.1.0'
// https://jarcasting.com/artifacts/cn.chenhuanming/octopus/
implementation ("cn.chenhuanming:octopus:1.1.0")
'cn.chenhuanming:octopus:jar:1.1.0'
<dependency org="cn.chenhuanming" name="octopus" rev="1.1.0">
  <artifact name="octopus" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.chenhuanming', module='octopus', version='1.1.0')
)
libraryDependencies += "cn.chenhuanming" % "octopus" % "1.1.0"
[cn.chenhuanming/octopus "1.1.0"]