| License |
License
The MIT License
|
|---|---|
| GroupId | GroupIdcn.6xyun.android |
| ArtifactId | ArtifactIdservice |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Descriptionservice
A set of Android libraries
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| service-0.1.0.pom | |
| service-0.1.0-sources.jar | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.6xyun.android/service/ -->
<dependency>
<groupId>cn.6xyun.android</groupId>
<artifactId>service</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.6xyun.android/service/
implementation 'cn.6xyun.android:service:0.1.0'
// https://jarcasting.com/artifacts/cn.6xyun.android/service/
implementation ("cn.6xyun.android:service:0.1.0")
'cn.6xyun.android:service:aar:0.1.0'
<dependency org="cn.6xyun.android" name="service" rev="0.1.0">
<artifact name="service" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.6xyun.android', module='service', version='0.1.0')
)
libraryDependencies += "cn.6xyun.android" % "service" % "0.1.0"
[cn.6xyun.android/service "0.1.0"]