| GroupId | GroupIdio.github.huguojia |
|---|---|
| ArtifactId | ArtifactIdeasy-service |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| easy-service-1.0.0.pom | |
| easy-service-1.0.0.jar | 8 KB |
| easy-service-1.0.0-sources.jar | 6 KB |
| easy-service-1.0.0-javadoc.jar | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.huguojia/easy-service/ -->
<dependency>
<groupId>io.github.huguojia</groupId>
<artifactId>easy-service</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.huguojia/easy-service/
implementation 'io.github.huguojia:easy-service:1.0.0'
// https://jarcasting.com/artifacts/io.github.huguojia/easy-service/
implementation ("io.github.huguojia:easy-service:1.0.0")
'io.github.huguojia:easy-service:jar:1.0.0'
<dependency org="io.github.huguojia" name="easy-service" rev="1.0.0">
<artifact name="easy-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.huguojia', module='easy-service', version='1.0.0')
)
libraryDependencies += "io.github.huguojia" % "easy-service" % "1.0.0"
[io.github.huguojia/easy-service "1.0.0"]