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