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