| GroupId | GroupIdcom.zicenter |
|---|---|
| ArtifactId | ArtifactIdservices |
| Version | Version1.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| services-1.0.6.pom | |
| services-1.0.6.jar | 13 KB |
| services-1.0.6-sources.jar | 6 KB |
| services-1.0.6-javadoc.jar | 480 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.zicenter/services/ -->
<dependency>
<groupId>com.zicenter</groupId>
<artifactId>services</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.zicenter/services/
implementation 'com.zicenter:services:1.0.6'
// https://jarcasting.com/artifacts/com.zicenter/services/
implementation ("com.zicenter:services:1.0.6")
'com.zicenter:services:jar:1.0.6'
<dependency org="com.zicenter" name="services" rev="1.0.6">
<artifact name="services" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zicenter', module='services', version='1.0.6')
)
libraryDependencies += "com.zicenter" % "services" % "1.0.6"
[com.zicenter/services "1.0.6"]