| GroupId | GroupIdcom.github.fartherp |
|---|---|
| ArtifactId | ArtifactIdframework-poi |
| Version | Version2.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| framework-poi-2.0.2.pom | |
| framework-poi-2.0.2.jar | 21 KB |
| framework-poi-2.0.2-sources.jar | 15 KB |
| framework-poi-2.0.2-javadoc.jar | 149 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fartherp/framework-poi/ -->
<dependency>
<groupId>com.github.fartherp</groupId>
<artifactId>framework-poi</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/framework-poi/
implementation 'com.github.fartherp:framework-poi:2.0.2'
// https://jarcasting.com/artifacts/com.github.fartherp/framework-poi/
implementation ("com.github.fartherp:framework-poi:2.0.2")
'com.github.fartherp:framework-poi:jar:2.0.2'
<dependency org="com.github.fartherp" name="framework-poi" rev="2.0.2">
<artifact name="framework-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='framework-poi', version='2.0.2')
)
libraryDependencies += "com.github.fartherp" % "framework-poi" % "2.0.2"
[com.github.fartherp/framework-poi "2.0.2"]