<dependency> <groupId>com.github.mike10004</groupId> <artifactId>nitsick-core</artifactId> <version>0.4</version> </dependency>
implementation 'com.github.mike10004:nitsick-core:0.4'
implementation("com.github.mike10004:nitsick-core:0.4")
libraryDependencies += "com.github.mike10004" % "nitsick-core" % "0.4"
@Grapes( @Grab(group='com.github.mike10004', module='nitsick-core', version='0.4') )
<dependency org="com.github.mike10004" name="nitsick-core" rev="0.4" />
[com.github.mike10004/nitsick-core "0.4"]
'com.github.mike10004:nitsick-core:jar:0.4'
<parent> <groupId>com.github.mike10004</groupId> <artifactId>nitsick</artifactId> <version>0.4</version> </parent>
compile
|-- com.google.code.findbugs:jsr305
|-- org.apache.commons:commons-lang3
test
|-- junit:junit
|-- org.apache.commons:commons-text:1.4