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