Categories |
CategoriesUtility General Purpose Libraries |
---|---|
GroupId | GroupIdcom.github.eagle6688 |
ArtifactId | ArtifactIddevutility.external.poi |
Version | Version1.0.1 |
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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.poi/
implementation 'com.github.eagle6688:devutility.external.poi:1.0.1'
// https://jarcasting.com/artifacts/com.github.eagle6688/devutility.external.poi/
implementation ("com.github.eagle6688:devutility.external.poi:1.0.1")
'com.github.eagle6688:devutility.external.poi:jar:1.0.1'
<dependency org="com.github.eagle6688" name="devutility.external.poi" rev="1.0.1">
<artifact name="devutility.external.poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eagle6688', module='devutility.external.poi', version='1.0.1')
)
libraryDependencies += "com.github.eagle6688" % "devutility.external.poi" % "1.0.1"
[com.github.eagle6688/devutility.external.poi "1.0.1"]