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