| GroupId | GroupIdcom.oraen.oxygen |
|---|---|
| ArtifactId | ArtifactIdexcelutil |
| Version | VersionAPPLE-1.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| excelutil-APPLE-1.1.3.pom | |
| excelutil-APPLE-1.1.3.jar | 34 KB |
| excelutil-APPLE-1.1.3-sources.jar | 19 KB |
| excelutil-APPLE-1.1.3-javadoc.jar | 207 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.oraen.oxygen/excelutil/ -->
<dependency>
<groupId>com.oraen.oxygen</groupId>
<artifactId>excelutil</artifactId>
<version>APPLE-1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.oraen.oxygen/excelutil/
implementation 'com.oraen.oxygen:excelutil:APPLE-1.1.3'
// https://jarcasting.com/artifacts/com.oraen.oxygen/excelutil/
implementation ("com.oraen.oxygen:excelutil:APPLE-1.1.3")
'com.oraen.oxygen:excelutil:jar:APPLE-1.1.3'
<dependency org="com.oraen.oxygen" name="excelutil" rev="APPLE-1.1.3">
<artifact name="excelutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.oraen.oxygen', module='excelutil', version='APPLE-1.1.3')
)
libraryDependencies += "com.oraen.oxygen" % "excelutil" % "APPLE-1.1.3"
[com.oraen.oxygen/excelutil "APPLE-1.1.3"]