| GroupId | GroupIdio.github.lixhbs |
|---|---|
| ArtifactId | ArtifactIdbasic-service |
| Version | Version1.0.13 |
| Type | Typejar |
| Filename | Size |
|---|---|
| basic-service-1.0.13.pom | |
| basic-service-1.0.13.jar | 117 KB |
| basic-service-1.0.13-sources.jar | 56 KB |
| basic-service-1.0.13-javadoc.jar | 498 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.lixhbs/basic-service/ -->
<dependency>
<groupId>io.github.lixhbs</groupId>
<artifactId>basic-service</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lixhbs/basic-service/
implementation 'io.github.lixhbs:basic-service:1.0.13'
// https://jarcasting.com/artifacts/io.github.lixhbs/basic-service/
implementation ("io.github.lixhbs:basic-service:1.0.13")
'io.github.lixhbs:basic-service:jar:1.0.13'
<dependency org="io.github.lixhbs" name="basic-service" rev="1.0.13">
<artifact name="basic-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lixhbs', module='basic-service', version='1.0.13')
)
libraryDependencies += "io.github.lixhbs" % "basic-service" % "1.0.13"
[io.github.lixhbs/basic-service "1.0.13"]