GroupId | GroupIdcom.github.superutils |
---|---|
ArtifactId | ArtifactIdutils-poi |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
utils-poi-1.1.0.pom | |
utils-poi-1.1.0.jar | 14 KB |
utils-poi-1.1.0-sources.jar | 6 KB |
utils-poi-1.1.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.superutils/utils-poi/ -->
<dependency>
<groupId>com.github.superutils</groupId>
<artifactId>utils-poi</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.superutils/utils-poi/
implementation 'com.github.superutils:utils-poi:1.1.0'
// https://jarcasting.com/artifacts/com.github.superutils/utils-poi/
implementation ("com.github.superutils:utils-poi:1.1.0")
'com.github.superutils:utils-poi:jar:1.1.0'
<dependency org="com.github.superutils" name="utils-poi" rev="1.1.0">
<artifact name="utils-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.superutils', module='utils-poi', version='1.1.0')
)
libraryDependencies += "com.github.superutils" % "utils-poi" % "1.1.0"
[com.github.superutils/utils-poi "1.1.0"]