| GroupId | GroupIdcom.github.doutingltd |
|---|---|
| ArtifactId | ArtifactIdcore |
| Version | Version0.8.6 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| core-0.8.6.pom | |
| core-0.8.6-sources.jar | 810 bytes |
| core-0.8.6-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.doutingltd/core/ -->
<dependency>
<groupId>com.github.doutingltd</groupId>
<artifactId>core</artifactId>
<version>0.8.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.doutingltd/core/
implementation 'com.github.doutingltd:core:0.8.6'
// https://jarcasting.com/artifacts/com.github.doutingltd/core/
implementation ("com.github.doutingltd:core:0.8.6")
'com.github.doutingltd:core:aar:0.8.6'
<dependency org="com.github.doutingltd" name="core" rev="0.8.6">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.doutingltd', module='core', version='0.8.6')
)
libraryDependencies += "com.github.doutingltd" % "core" % "0.8.6"
[com.github.doutingltd/core "0.8.6"]