Files download
File Operation
nhojpatrick-lang-1.0.0.jar download
nhojpatrick-lang-1.0.0.pom download
nhojpatrick-lang-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.nhojpatrick</groupId>
  <artifactId>nhojpatrick-lang</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.nhojpatrick:nhojpatrick-lang:1.0.0'
Gradle Kotlin
implementation("com.github.nhojpatrick:nhojpatrick-lang:1.0.0")
Scala SBT
libraryDependencies += "com.github.nhojpatrick" % "nhojpatrick-lang" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.nhojpatrick', module='nhojpatrick-lang', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.nhojpatrick" name="nhojpatrick-lang" rev="1.0.0" />
Leiningen
[com.github.nhojpatrick/nhojpatrick-lang "1.0.0"]
Apache Buildr
'com.github.nhojpatrick:nhojpatrick-lang:jar:1.0.0'