| GroupId | GroupIdmobi.cangol.mobile |
|---|---|
| ArtifactId | ArtifactIdappcore |
| Version | Version1.1.39 |
| Type | Typejar |
| Filename | Size |
|---|---|
| appcore-1.1.39.pom | |
| appcore-1.1.39.jar | 405 KB |
| appcore-1.1.39-sources.jar | 217 KB |
| appcore-1.1.39-javadoc.jar | 611 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/mobi.cangol.mobile/appcore/ -->
<dependency>
<groupId>mobi.cangol.mobile</groupId>
<artifactId>appcore</artifactId>
<version>1.1.39</version>
</dependency>
// https://jarcasting.com/artifacts/mobi.cangol.mobile/appcore/
implementation 'mobi.cangol.mobile:appcore:1.1.39'
// https://jarcasting.com/artifacts/mobi.cangol.mobile/appcore/
implementation ("mobi.cangol.mobile:appcore:1.1.39")
'mobi.cangol.mobile:appcore:jar:1.1.39'
<dependency org="mobi.cangol.mobile" name="appcore" rev="1.1.39">
<artifact name="appcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='mobi.cangol.mobile', module='appcore', version='1.1.39')
)
libraryDependencies += "mobi.cangol.mobile" % "appcore" % "1.1.39"
[mobi.cangol.mobile/appcore "1.1.39"]