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