| Группа | Группаorg.gaixie.jibu.web |
|---|---|
| Идентификатор | Идентификаторweb |
| Версия | Версия1.0.0-M2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| web-1.0.0-M2.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-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gaixie.jibu.web/web/
implementation 'org.gaixie.jibu.web:web:1.0.0-M2'
// https://jarcasting.com/artifacts/org.gaixie.jibu.web/web/
implementation ("org.gaixie.jibu.web:web:1.0.0-M2")
'org.gaixie.jibu.web:web:pom:1.0.0-M2'
<dependency org="org.gaixie.jibu.web" name="web" rev="1.0.0-M2">
<artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gaixie.jibu.web', module='web', version='1.0.0-M2')
)
libraryDependencies += "org.gaixie.jibu.web" % "web" % "1.0.0-M2"
[org.gaixie.jibu.web/web "1.0.0-M2"]