| GroupId | GroupIdwork.shart |
|---|---|
| ArtifactId | ArtifactIdpoi-util |
| Version | Version0.0.3-release |
| Type | Typejar |
| Filename | Size |
|---|---|
| poi-util-0.0.3-release.pom | |
| poi-util-0.0.3-release.jar | 22 KB |
| poi-util-0.0.3-release-sources.jar | 9 KB |
| poi-util-0.0.3-release-javadoc.jar | 68 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/work.shart/poi-util/ -->
<dependency>
<groupId>work.shart</groupId>
<artifactId>poi-util</artifactId>
<version>0.0.3-release</version>
</dependency>
// https://jarcasting.com/artifacts/work.shart/poi-util/
implementation 'work.shart:poi-util:0.0.3-release'
// https://jarcasting.com/artifacts/work.shart/poi-util/
implementation ("work.shart:poi-util:0.0.3-release")
'work.shart:poi-util:jar:0.0.3-release'
<dependency org="work.shart" name="poi-util" rev="0.0.3-release">
<artifact name="poi-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='work.shart', module='poi-util', version='0.0.3-release')
)
libraryDependencies += "work.shart" % "poi-util" % "0.0.3-release"
[work.shart/poi-util "0.0.3-release"]