Files download
File Operation
nitsick-0.3.pom download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>nitsick</artifactId>
  <version>0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:nitsick:0.3'
Gradle Kotlin
implementation("com.github.mike10004:nitsick:0.3")
Scala SBT
libraryDependencies += "com.github.mike10004" % "nitsick" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='nitsick', version='0.3')
)
Apache Ivy
<dependency org="com.github.mike10004" name="nitsick" rev="0.3" />
Leiningen
[com.github.mike10004/nitsick "0.3"]
Apache Buildr
'com.github.mike10004:nitsick:jar:0.3'
Dependencies
The project has no third-party dependencies