| GroupId | GroupIdtop.heue.utils |
|---|---|
| ArtifactId | ArtifactIdsaf |
| Version | Version1.0.8 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| saf-1.0.8.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/top.heue.utils/saf/ -->
<dependency>
<groupId>top.heue.utils</groupId>
<artifactId>saf</artifactId>
<version>1.0.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/top.heue.utils/saf/
implementation 'top.heue.utils:saf:1.0.8'
// https://jarcasting.com/artifacts/top.heue.utils/saf/
implementation ("top.heue.utils:saf:1.0.8")
'top.heue.utils:saf:aar:1.0.8'
<dependency org="top.heue.utils" name="saf" rev="1.0.8">
<artifact name="saf" type="aar" />
</dependency>
@Grapes(
@Grab(group='top.heue.utils', module='saf', version='1.0.8')
)
libraryDependencies += "top.heue.utils" % "saf" % "1.0.8"
[top.heue.utils/saf "1.0.8"]