GroupId | GroupIdio.github.chungggg |
---|---|
ArtifactId | ArtifactIdhellolibrary |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
hellolibrary-1.0.1.pom | |
hellolibrary-1.0.1-sources.jar | 968 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.chungggg/hellolibrary/ -->
<dependency>
<groupId>io.github.chungggg</groupId>
<artifactId>hellolibrary</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.chungggg/hellolibrary/
implementation 'io.github.chungggg:hellolibrary:1.0.1'
// https://jarcasting.com/artifacts/io.github.chungggg/hellolibrary/
implementation ("io.github.chungggg:hellolibrary:1.0.1")
'io.github.chungggg:hellolibrary:aar:1.0.1'
<dependency org="io.github.chungggg" name="hellolibrary" rev="1.0.1">
<artifact name="hellolibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.chungggg', module='hellolibrary', version='1.0.1')
)
libraryDependencies += "io.github.chungggg" % "hellolibrary" % "1.0.1"
[io.github.chungggg/hellolibrary "1.0.1"]