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