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