| GroupId | GroupIdicu.easyj |
|---|---|
| ArtifactId | ArtifactIdpoi-parent |
| Version | Version0.1.9 |
| Type | Typepom |
| Filename | Size |
|---|---|
| poi-parent-0.1.9.pom | 969 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/icu.easyj/poi-parent/ -->
<dependency>
<groupId>icu.easyj</groupId>
<artifactId>poi-parent</artifactId>
<version>0.1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj/poi-parent/
implementation 'icu.easyj:poi-parent:0.1.9'
// https://jarcasting.com/artifacts/icu.easyj/poi-parent/
implementation ("icu.easyj:poi-parent:0.1.9")
'icu.easyj:poi-parent:pom:0.1.9'
<dependency org="icu.easyj" name="poi-parent" rev="0.1.9">
<artifact name="poi-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='icu.easyj', module='poi-parent', version='0.1.9')
)
libraryDependencies += "icu.easyj" % "poi-parent" % "0.1.9"
[icu.easyj/poi-parent "0.1.9"]