MVN

club.psychose : ibo

Maven & Gradle

Jul 30, 2023
3 stars

IBO · IBO stands for "Internal binary operations" and it is a library for Java to read, write, and handle binary files and data types that aren't available in Java.

<dependency>
    <groupId>club.psychose</groupId>
    <artifactId>ibo</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.psychose : ibo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of club.psychose : ibo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
ibo-2.0.3
ibo-2.0.2
ibo-2.0.1
ibo-2.0.0
1.2.x
ibo-1.2.2
ibo-1.2.1
ibo-1.2.0
1.1.x
ibo-1.1.0
1.0.x
ibo-1.0.4
ibo-1.0.3
ibo-1.0.2
ibo-1.0.1

How to add a dependency to Maven

Add the following club.psychose : ibo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>club.psychose</groupId>
    <artifactId>ibo</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following club.psychose : ibo gradle dependency to your build.gradle file:

implementation 'club.psychose:ibo:2.0.3'

Gradle Kotlin DSL: Add the following club.psychose : ibo gradle kotlin dependency to your build.gradle.kts file:

implementation("club.psychose:ibo:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following club.psychose : ibo sbt scala dependency to your build.sbt file:

libraryDependencies += "club.psychose" % "ibo" % "2.0.3"