| Группа | Группаcn.jexxs |
|---|---|
| Идентификатор | Идентификаторjexx-poi |
| Версия | Версия1.0.13-RELEASE |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jexx-poi-1.0.13-RELEASE.pom | |
| jexx-poi-1.0.13-RELEASE.jar | 171 KB |
| jexx-poi-1.0.13-RELEASE-sources.jar | 106 KB |
| jexx-poi-1.0.13-RELEASE-javadoc.jar | 496 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.jexxs/jexx-poi/ -->
<dependency>
<groupId>cn.jexxs</groupId>
<artifactId>jexx-poi</artifactId>
<version>1.0.13-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.jexxs/jexx-poi/
implementation 'cn.jexxs:jexx-poi:1.0.13-RELEASE'
// https://jarcasting.com/artifacts/cn.jexxs/jexx-poi/
implementation ("cn.jexxs:jexx-poi:1.0.13-RELEASE")
'cn.jexxs:jexx-poi:jar:1.0.13-RELEASE'
<dependency org="cn.jexxs" name="jexx-poi" rev="1.0.13-RELEASE">
<artifact name="jexx-poi" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.jexxs', module='jexx-poi', version='1.0.13-RELEASE')
)
libraryDependencies += "cn.jexxs" % "jexx-poi" % "1.0.13-RELEASE"
[cn.jexxs/jexx-poi "1.0.13-RELEASE"]