GroupId | GroupIdme.zalo |
---|---|
ArtifactId | ArtifactIdlib-core |
Version | Version1.0.20211512.2156 |
Type | Typeaar |
Filename | Size |
---|---|
lib-core-1.0.20211512.2156.pom | |
lib-core-1.0.20211512.2156-sources.jar | 128 KB |
lib-core-1.0.20211512.2156-javadoc.jar | 318 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.zalo/lib-core/ -->
<dependency>
<groupId>me.zalo</groupId>
<artifactId>lib-core</artifactId>
<version>1.0.20211512.2156</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.zalo/lib-core/
implementation 'me.zalo:lib-core:1.0.20211512.2156'
// https://jarcasting.com/artifacts/me.zalo/lib-core/
implementation ("me.zalo:lib-core:1.0.20211512.2156")
'me.zalo:lib-core:aar:1.0.20211512.2156'
<dependency org="me.zalo" name="lib-core" rev="1.0.20211512.2156">
<artifact name="lib-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.zalo', module='lib-core', version='1.0.20211512.2156')
)
libraryDependencies += "me.zalo" % "lib-core" % "1.0.20211512.2156"
[me.zalo/lib-core "1.0.20211512.2156"]