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