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