GroupId | GroupIdcom.itachi1706.helpers |
---|---|
ArtifactId | ArtifactIdhelperlib |
Version | Version1.0.2 |
Type | Typeaar |
Filename | Size |
---|---|
helperlib-1.0.2.pom | |
helperlib-1.0.2-sources.jar | 20 KB |
helperlib-1.0.2-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.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.itachi1706.helpers/helperlib/
implementation 'com.itachi1706.helpers:helperlib:1.0.2'
// https://jarcasting.com/artifacts/com.itachi1706.helpers/helperlib/
implementation ("com.itachi1706.helpers:helperlib:1.0.2")
'com.itachi1706.helpers:helperlib:aar:1.0.2'
<dependency org="com.itachi1706.helpers" name="helperlib" rev="1.0.2">
<artifact name="helperlib" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.itachi1706.helpers', module='helperlib', version='1.0.2')
)
libraryDependencies += "com.itachi1706.helpers" % "helperlib" % "1.0.2"
[com.itachi1706.helpers/helperlib "1.0.2"]