MVN

com.sproutigy.commons : binary

Maven & Gradle

Apr 04, 2017
3 stars

Sproutigy Java Commons Binary · JVM library that provides consistent abstraction level over data from byte arrays, byte buffers, streams and files.

<dependency>
    <groupId>com.sproutigy.commons</groupId>
    <artifactId>binary</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sproutigy.commons : binary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of com.sproutigy.commons : binary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
binary-2.3.0
2.2.x
binary-2.2.0
2.1.x
binary-2.1.0
2.0.x
binary-2.0.0

How to add a dependency to Maven

Add the following com.sproutigy.commons : binary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.sproutigy.commons</groupId>
    <artifactId>binary</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.sproutigy.commons : binary gradle dependency to your build.gradle file:

implementation 'com.sproutigy.commons:binary:2.3.0'

Gradle Kotlin DSL: Add the following com.sproutigy.commons : binary gradle kotlin dependency to your build.gradle.kts file:

implementation("com.sproutigy.commons:binary:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.sproutigy.commons : binary sbt scala dependency to your build.sbt file:

libraryDependencies += "com.sproutigy.commons" % "binary" % "2.3.0"

Advertisement