| GroupId | GroupIdcn.jexxs |
|---|---|
| ArtifactId | ArtifactIdjexx-poi |
| Version | Version1.0.10-RELEASE |
| Type | Typejar |
| Filename | Size |
|---|---|
| jexx-poi-1.0.10-RELEASE.pom | |
| jexx-poi-1.0.10-RELEASE.jar | 169 KB |
| jexx-poi-1.0.10-RELEASE-sources.jar | 105 KB |
| jexx-poi-1.0.10-RELEASE-javadoc.jar | 495 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.jexxs/jexx-poi/ -->
<dependency>
<groupId>cn.jexxs</groupId>
<artifactId>jexx-poi</artifactId>
<version>1.0.10-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jexxs/jexx-poi/
implementation 'cn.jexxs:jexx-poi:1.0.10-RELEASE'
// https://jarcasting.com/artifacts/cn.jexxs/jexx-poi/
implementation ("cn.jexxs:jexx-poi:1.0.10-RELEASE")
'cn.jexxs:jexx-poi:jar:1.0.10-RELEASE'
<dependency org="cn.jexxs" name="jexx-poi" rev="1.0.10-RELEASE">
<artifact name="jexx-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jexxs', module='jexx-poi', version='1.0.10-RELEASE')
)
libraryDependencies += "cn.jexxs" % "jexx-poi" % "1.0.10-RELEASE"
[cn.jexxs/jexx-poi "1.0.10-RELEASE"]