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