| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.houbb |
| Идентификатор | Идентификаторweb |
| Последняя версия | Последняя версия0.0.8 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеweb
The web tool for java.
|
| Имя Файла | Размер |
|---|---|
| web-0.0.8.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.houbb/web/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>web</artifactId>
<version>0.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/web/
implementation 'com.github.houbb:web:0.0.8'
// https://jarcasting.com/artifacts/com.github.houbb/web/
implementation ("com.github.houbb:web:0.0.8")
'com.github.houbb:web:pom:0.0.8'
<dependency org="com.github.houbb" name="web" rev="0.0.8">
<artifact name="web" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='web', version='0.0.8')
)
libraryDependencies += "com.github.houbb" % "web" % "0.0.8"
[com.github.houbb/web "0.0.8"]