is not current version
Last Version 0.6

com.github.mike10004:containment 0.4

Practical container libraries

GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

containment
Version

Version

0.4
Type

Type

pom

Download containment 0.4

Filename Size
containment-0.4.pom 11 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.mike10004/containment/ -->
<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>containment</artifactId>
    <version>0.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/containment/
implementation 'com.github.mike10004:containment:0.4'
// https://jarcasting.com/artifacts/com.github.mike10004/containment/
implementation ("com.github.mike10004:containment:0.4")
'com.github.mike10004:containment:pom:0.4'
<dependency org="com.github.mike10004" name="containment" rev="0.4">
  <artifact name="containment" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='containment', version='0.4')
)
libraryDependencies += "com.github.mike10004" % "containment" % "0.4"
[com.github.mike10004/containment "0.4"]