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