Categories |
CategoriesContainer |
---|---|
GroupId | GroupIdcom.github.keithyokoma |
ArtifactId | ArtifactIdCompoundContainers |
Version | Version1.1.1 |
Type | Typeaar |
Filename | Size |
---|---|
CompoundContainers-1.1.1.pom | |
CompoundContainers-1.1.1.aar | 26 KB |
CompoundContainers-1.1.1-sources.jar | 11 KB |
CompoundContainers-1.1.1-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.keithyokoma/CompoundContainers/ -->
<dependency>
<groupId>com.github.keithyokoma</groupId>
<artifactId>CompoundContainers</artifactId>
<version>1.1.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.keithyokoma/CompoundContainers/
implementation 'com.github.keithyokoma:CompoundContainers:1.1.1'
// https://jarcasting.com/artifacts/com.github.keithyokoma/CompoundContainers/
implementation ("com.github.keithyokoma:CompoundContainers:1.1.1")
'com.github.keithyokoma:CompoundContainers:aar:1.1.1'
<dependency org="com.github.keithyokoma" name="CompoundContainers" rev="1.1.1">
<artifact name="CompoundContainers" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.keithyokoma', module='CompoundContainers', version='1.1.1')
)
libraryDependencies += "com.github.keithyokoma" % "CompoundContainers" % "1.1.1"
[com.github.keithyokoma/CompoundContainers "1.1.1"]