| License |
License |
|---|---|
| GroupId | GroupIdmobi.cangol.mobile |
| ArtifactId | ArtifactIdappcore |
| Last Version | Last Version1.2.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCangol-appcore
custom appcore
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| appcore-1.2.7.pom | |
| appcore-1.2.7.jar | 350 KB |
| appcore-1.2.7-sources.jar | 217 KB |
| appcore-1.2.7-javadoc.jar | 569 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/mobi.cangol.mobile/appcore/ -->
<dependency>
<groupId>mobi.cangol.mobile</groupId>
<artifactId>appcore</artifactId>
<version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/mobi.cangol.mobile/appcore/
implementation 'mobi.cangol.mobile:appcore:1.2.7'
// https://jarcasting.com/artifacts/mobi.cangol.mobile/appcore/
implementation ("mobi.cangol.mobile:appcore:1.2.7")
'mobi.cangol.mobile:appcore:jar:1.2.7'
<dependency org="mobi.cangol.mobile" name="appcore" rev="1.2.7">
<artifact name="appcore" type="jar" />
</dependency>
@Grapes(
@Grab(group='mobi.cangol.mobile', module='appcore', version='1.2.7')
)
libraryDependencies += "mobi.cangol.mobile" % "appcore" % "1.2.7"
[mobi.cangol.mobile/appcore "1.2.7"]