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