| GroupId | GroupIdorg.huiche |
|---|---|
| ArtifactId | ArtifactIdhuiche-service |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| huiche-service-1.0.1.pom | |
| huiche-service-1.0.1.jar | 2 KB |
| huiche-service-1.0.1-sources.jar | 3 KB |
| huiche-service-1.0.1-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.huiche/huiche-service/ -->
<dependency>
<groupId>org.huiche</groupId>
<artifactId>huiche-service</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.huiche/huiche-service/
implementation 'org.huiche:huiche-service:1.0.1'
// https://jarcasting.com/artifacts/org.huiche/huiche-service/
implementation ("org.huiche:huiche-service:1.0.1")
'org.huiche:huiche-service:jar:1.0.1'
<dependency org="org.huiche" name="huiche-service" rev="1.0.1">
<artifact name="huiche-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.huiche', module='huiche-service', version='1.0.1')
)
libraryDependencies += "org.huiche" % "huiche-service" % "1.0.1"
[org.huiche/huiche-service "1.0.1"]