Categories |
CategoriesUtility General Purpose Libraries |
---|---|
GroupId | GroupIdcom.github.eagle6688 |
ArtifactId | ArtifactIddevutility.external.poi |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.poi/ -->
<dependency>
<groupId>com.github.eagle6688</groupId>
<artifactId>devutility.external.poi</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.poi/
implementation 'com.github.eagle6688:devutility.external.poi:1.0.3'
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.poi/
implementation ("com.github.eagle6688:devutility.external.poi:1.0.3")
'com.github.eagle6688:devutility.external.poi:jar:1.0.3'
<dependency org="com.github.eagle6688" name="devutility.external.poi" rev="1.0.3">
<artifact name="devutility.external.poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eagle6688', module='devutility.external.poi', version='1.0.3')
)
libraryDependencies += "com.github.eagle6688" % "devutility.external.poi" % "1.0.3"
[com.github.eagle6688/devutility.external.poi "1.0.3"]