| GroupId | GroupIdio.github.MrTangBo |
|---|---|
| ArtifactId | ArtifactIdlibrary |
| Version | Version7.1.5 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| library-7.1.5.pom | |
| library-7.1.5-sources.jar | 170 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.MrTangBo/library/ -->
<dependency>
<groupId>io.github.MrTangBo</groupId>
<artifactId>library</artifactId>
<version>7.1.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.MrTangBo/library/
implementation 'io.github.MrTangBo:library:7.1.5'
// https://jarcasting.com/artifacts/io.github.MrTangBo/library/
implementation ("io.github.MrTangBo:library:7.1.5")
'io.github.MrTangBo:library:aar:7.1.5'
<dependency org="io.github.MrTangBo" name="library" rev="7.1.5">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.MrTangBo', module='library', version='7.1.5')
)
libraryDependencies += "io.github.MrTangBo" % "library" % "7.1.5"
[io.github.MrTangBo/library "7.1.5"]