| Группа | Группаio.github.lixhbs |
|---|---|
| Идентификатор | Идентификаторbasic-service |
| Версия | Версия1.0.16 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| basic-service-1.0.16.pom | |
| basic-service-1.0.16.jar | 122 KB |
| basic-service-1.0.16-sources.jar | 59 KB |
| basic-service-1.0.16-javadoc.jar | 508 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.lixhbs/basic-service/ -->
<dependency>
<groupId>io.github.lixhbs</groupId>
<artifactId>basic-service</artifactId>
<version>1.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lixhbs/basic-service/
implementation 'io.github.lixhbs:basic-service:1.0.16'
// https://jarcasting.com/artifacts/io.github.lixhbs/basic-service/
implementation ("io.github.lixhbs:basic-service:1.0.16")
'io.github.lixhbs:basic-service:jar:1.0.16'
<dependency org="io.github.lixhbs" name="basic-service" rev="1.0.16">
<artifact name="basic-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lixhbs', module='basic-service', version='1.0.16')
)
libraryDependencies += "io.github.lixhbs" % "basic-service" % "1.0.16"
[io.github.lixhbs/basic-service "1.0.16"]