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