| GroupId | GroupIdcom.github.nekolr |
|---|---|
| ArtifactId | ArtifactIdwow-excel |
| Version | Version1.1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| wow-excel-1.1.1.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nekolr/wow-excel/ -->
<dependency>
<groupId>com.github.nekolr</groupId>
<artifactId>wow-excel</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nekolr/wow-excel/
implementation 'com.github.nekolr:wow-excel:1.1.1'
// https://jarcasting.com/artifacts/com.github.nekolr/wow-excel/
implementation ("com.github.nekolr:wow-excel:1.1.1")
'com.github.nekolr:wow-excel:pom:1.1.1'
<dependency org="com.github.nekolr" name="wow-excel" rev="1.1.1">
<artifact name="wow-excel" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nekolr', module='wow-excel', version='1.1.1')
)
libraryDependencies += "com.github.nekolr" % "wow-excel" % "1.1.1"
[com.github.nekolr/wow-excel "1.1.1"]