| Группа | Группаin.hocg.boot |
|---|---|
| Идентификатор | Идентификаторweb-core |
| Версия | Версия1.0.27 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| web-core-1.0.27.pom | |
| web-core-1.0.27.jar | 19 KB |
| web-core-1.0.27-sources.jar | 12 KB |
| web-core-1.0.27-javadoc.jar | 459 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/in.hocg.boot/web-core/ -->
<dependency>
<groupId>in.hocg.boot</groupId>
<artifactId>web-core</artifactId>
<version>1.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/in.hocg.boot/web-core/
implementation 'in.hocg.boot:web-core:1.0.27'
// https://jarcasting.com/artifacts/in.hocg.boot/web-core/
implementation ("in.hocg.boot:web-core:1.0.27")
'in.hocg.boot:web-core:jar:1.0.27'
<dependency org="in.hocg.boot" name="web-core" rev="1.0.27">
<artifact name="web-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='in.hocg.boot', module='web-core', version='1.0.27')
)
libraryDependencies += "in.hocg.boot" % "web-core" % "1.0.27"
[in.hocg.boot/web-core "1.0.27"]