GroupId | GroupIdio.github.eartho-group |
---|---|
ArtifactId | ArtifactIdone |
Version | Version1.0.5 |
Type | Typeaar |
Filename | Size |
---|---|
one-1.0.5.pom | |
one-1.0.5-sources.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.eartho-group/one/ -->
<dependency>
<groupId>io.github.eartho-group</groupId>
<artifactId>one</artifactId>
<version>1.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.eartho-group/one/
implementation 'io.github.eartho-group:one:1.0.5'
// https://jarcasting.com/artifacts/io.github.eartho-group/one/
implementation ("io.github.eartho-group:one:1.0.5")
'io.github.eartho-group:one:aar:1.0.5'
<dependency org="io.github.eartho-group" name="one" rev="1.0.5">
<artifact name="one" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.eartho-group', module='one', version='1.0.5')
)
libraryDependencies += "io.github.eartho-group" % "one" % "1.0.5"
[io.github.eartho-group/one "1.0.5"]