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