is not current version
Last Version 0.4

com.github.mike10004:nitsick 0.2

Unit test support libraries

GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

nitsick
Version

Version

0.2
Type

Type

pom

Download nitsick 0.2

Filename Size
nitsick-0.2.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.mike10004/nitsick/ -->
<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>nitsick</artifactId>
    <version>0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/nitsick/
implementation 'com.github.mike10004:nitsick:0.2'
// https://jarcasting.com/artifacts/com.github.mike10004/nitsick/
implementation ("com.github.mike10004:nitsick:0.2")
'com.github.mike10004:nitsick:pom:0.2'
<dependency org="com.github.mike10004" name="nitsick" rev="0.2">
  <artifact name="nitsick" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='nitsick', version='0.2')
)
libraryDependencies += "com.github.mike10004" % "nitsick" % "0.2"
[com.github.mike10004/nitsick "0.2"]