| GroupId | GroupIdcom.github.oncizl |
|---|---|
| ArtifactId | ArtifactIdhelper |
| Version | Version1.0.6 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| helper-1.0.6.pom | |
| helper-1.0.6.aar | 33 KB |
| helper-1.0.6-sources.jar | 7 KB |
| helper-1.0.6-javadoc.jar | 56 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.oncizl/helper/ -->
<dependency>
<groupId>com.github.oncizl</groupId>
<artifactId>helper</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.oncizl/helper/
implementation 'com.github.oncizl:helper:1.0.6'
// https://jarcasting.com/artifacts/com.github.oncizl/helper/
implementation ("com.github.oncizl:helper:1.0.6")
'com.github.oncizl:helper:aar:1.0.6'
<dependency org="com.github.oncizl" name="helper" rev="1.0.6">
<artifact name="helper" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.oncizl', module='helper', version='1.0.6')
)
libraryDependencies += "com.github.oncizl" % "helper" % "1.0.6"
[com.github.oncizl/helper "1.0.6"]