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