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