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