| GroupId | GroupIdcom.github.nut077 |
|---|---|
| ArtifactId | ArtifactIdexcel-freedom |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| excel-freedom-1.0.0.pom | |
| excel-freedom-1.0.0.jar | 27 KB |
| excel-freedom-1.0.0-sources.jar | 10 KB |
| excel-freedom-1.0.0-javadoc.jar | 364 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nut077/excel-freedom/ -->
<dependency>
<groupId>com.github.nut077</groupId>
<artifactId>excel-freedom</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nut077/excel-freedom/
implementation 'com.github.nut077:excel-freedom:1.0.0'
// https://jarcasting.com/artifacts/com.github.nut077/excel-freedom/
implementation ("com.github.nut077:excel-freedom:1.0.0")
'com.github.nut077:excel-freedom:jar:1.0.0'
<dependency org="com.github.nut077" name="excel-freedom" rev="1.0.0">
<artifact name="excel-freedom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nut077', module='excel-freedom', version='1.0.0')
)
libraryDependencies += "com.github.nut077" % "excel-freedom" % "1.0.0"
[com.github.nut077/excel-freedom "1.0.0"]