| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.gaixie.jibu.web |
| Идентификатор | Идентификаторweb |
| Последняя версия | Последняя версия1.0.0-RC1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеJibu Web
稳定、高效、简洁的 Java 应用开发模板。
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| web-1.0.0-RC1.pom | 3 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.gaixie.jibu.web/web/ -->
<dependency>
<groupId>org.gaixie.jibu.web</groupId>
<artifactId>web</artifactId>
<version>1.0.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.jibu.web/web/
implementation 'org.gaixie.jibu.web:web:1.0.0-RC1'
// https://jarcasting.com/artifacts/org.gaixie.jibu.web/web/
implementation ("org.gaixie.jibu.web:web:1.0.0-RC1")
'org.gaixie.jibu.web:web:pom:1.0.0-RC1'
<dependency org="org.gaixie.jibu.web" name="web" rev="1.0.0-RC1">
<artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.jibu.web', module='web', version='1.0.0-RC1')
)
libraryDependencies += "org.gaixie.jibu.web" % "web" % "1.0.0-RC1"
[org.gaixie.jibu.web/web "1.0.0-RC1"]