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