is not current version
Last Version 0.8.1

com.github.javaxcel:javaxcel-core 0.4.0

Excel utilities with simple usage based annotations.

GroupId

GroupId

com.github.javaxcel
ArtifactId

ArtifactId

javaxcel-core
Version

Version

0.4.0
Type

Type

jar

Download javaxcel-core 0.4.0


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