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