MVN

com.github.jinahya : bit-io

Maven & Gradle

Sep 28, 2020
6 usages
29 stars

A redistribution of android.util.Half

<dependency>
    <groupId>com.github.jinahya</groupId>
    <artifactId>bit-io</artifactId>
    <version>0.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jinahya : bit-io to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1

All Versions

Choose a version of com.github.jinahya : bit-io to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
bit-io-2.0.5
bit-io-2.0.4
bit-io-2.0.3
bit-io-2.0.2
bit-io-2.0.1
bit-io-2.0.0
1.5.x
bit-io-1.5.4
bit-io-1.5.3
bit-io-1.5.2
bit-io-1.5.1
bit-io-1.5.0
1.4.x
bit-io-1.4.9
bit-io-1.4.8
bit-io-1.4.7
bit-io-1.4.6
bit-io-1.4.5
bit-io-1.4.4
bit-io-1.4.3
bit-io-1.4.2
bit-io-1.4.1
bit-io-1.4.0
1.3.x
bit-io-1.3.7
bit-io-1.3.6
bit-io-1.3.5
bit-io-1.3.4
bit-io-1.3.3
bit-io-1.3.2
bit-io-1.3.1
bit-io-1.3.0
1.2.x
bit-io-1.2.0
1.1.x
bit-io-1.1.5
bit-io-1.1.4
bit-io-1.1.3
bit-io-1.1.2
1.1
bit-io-1.1
1.0.x
bit-io-1.0.3
bit-io-1.0.2
0.0.x
bit-io-0.0.1

How to add a dependency to Maven

Add the following com.github.jinahya : bit-io maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.jinahya</groupId>
    <artifactId>bit-io</artifactId>
    <version>0.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.jinahya : bit-io gradle dependency to your build.gradle file:

implementation 'com.github.jinahya:bit-io:0.0.1'

Gradle Kotlin DSL: Add the following com.github.jinahya : bit-io gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.jinahya:bit-io:0.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.jinahya : bit-io sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.jinahya" % "bit-io" % "0.0.1"

Advertisement