GroupId | GroupIdcom.itachi1706.helpers |
---|---|
ArtifactId | ArtifactIdhelperlib |
Version | Version1.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
helperlib-1.0.4.pom | |
helperlib-1.0.4-sources.jar | 21 KB |
helperlib-1.0.4-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.itachi1706.helpers/helperlib/ -->
<dependency>
<groupId>com.itachi1706.helpers</groupId>
<artifactId>helperlib</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.itachi1706.helpers/helperlib/
implementation 'com.itachi1706.helpers:helperlib:1.0.4'
// https://jarcasting.com/artifacts/com.itachi1706.helpers/helperlib/
implementation ("com.itachi1706.helpers:helperlib:1.0.4")
'com.itachi1706.helpers:helperlib:aar:1.0.4'
<dependency org="com.itachi1706.helpers" name="helperlib" rev="1.0.4">
<artifact name="helperlib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.itachi1706.helpers', module='helperlib', version='1.0.4')
)
libraryDependencies += "com.itachi1706.helpers" % "helperlib" % "1.0.4"
[com.itachi1706.helpers/helperlib "1.0.4"]