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