MVN

org.litesoft : bit-stream

Maven & Gradle

Oct 02, 2022
0 stars

bit-stream · Support Objects to facilitate an Input/Output stream (queue) of bits with add and remove of different bit counts

<dependency>
    <groupId>org.litesoft</groupId>
    <artifactId>bit-stream</artifactId>
    <version>1.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.litesoft : bit-stream to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.5

All Versions

Choose a version of org.litesoft : bit-stream to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
bit-stream-1.2.5
bit-stream-1.2.4
bit-stream-1.2.3
1.1.x
bit-stream-1.1.2
bit-stream-1.1.1
1.0.x
bit-stream-1.0.4
bit-stream-1.0.3

How to add a dependency to Maven

Add the following org.litesoft : bit-stream maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.litesoft</groupId>
    <artifactId>bit-stream</artifactId>
    <version>1.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.litesoft : bit-stream gradle dependency to your build.gradle file:

implementation 'org.litesoft:bit-stream:1.2.5'

Gradle Kotlin DSL: Add the following org.litesoft : bit-stream gradle kotlin dependency to your build.gradle.kts file:

implementation("org.litesoft:bit-stream:1.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.litesoft : bit-stream sbt scala dependency to your build.sbt file:

libraryDependencies += "org.litesoft" % "bit-stream" % "1.2.5"

Advertisement