не последняя версия
Последняя версия 1.5.2

org.wowtools:catframe cell

wowtools超轻量级框架,尽量少用spring全家桶之类东西,使得代码能在很低配置的系统上跑起来

Группа

Группа

org.wowtools
Идентификатор

Идентификатор

catframe
Версия

Версия

cell
Тип

Тип

pom

Скачать catframe cell

Имя Файла Размер
catframe-cell.pom 5 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.wowtools/catframe/ -->
<dependency>
    <groupId>org.wowtools</groupId>
    <artifactId>catframe</artifactId>
    <version>cell</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wowtools/catframe/
implementation 'org.wowtools:catframe:cell'
// https://jarcasting.com/artifacts/org.wowtools/catframe/
implementation ("org.wowtools:catframe:cell")
'org.wowtools:catframe:pom:cell'
<dependency org="org.wowtools" name="catframe" rev="cell">
  <artifact name="catframe" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wowtools', module='catframe', version='cell')
)
libraryDependencies += "org.wowtools" % "catframe" % "cell"
[org.wowtools/catframe "cell"]