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