MVN

com.github.antideveloppeur : Pbbl

Maven & Gradle

Oct 03, 2020
1 usages
0 stars

Pbbl · A thread-safe Buffer pool that allows for the automatic reuse of Buffer objects (ByteBuffer, CharBuffer, etc.), which can be over 30x faster than allocating a new ByteBuffer when needed.

<dependency>
    <groupId>com.github.antideveloppeur</groupId>
    <artifactId>Pbbl</artifactId>
    <version>1.0.2-j8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.antideveloppeur : Pbbl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2-j8

All Versions

Choose a version of com.github.antideveloppeur : Pbbl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
Pbbl-1.0.2-j8

How to add a dependency to Maven

Add the following com.github.antideveloppeur : Pbbl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.antideveloppeur</groupId>
    <artifactId>Pbbl</artifactId>
    <version>1.0.2-j8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.antideveloppeur : Pbbl gradle dependency to your build.gradle file:

implementation 'com.github.antideveloppeur:Pbbl:1.0.2-j8'

Gradle Kotlin DSL: Add the following com.github.antideveloppeur : Pbbl gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.antideveloppeur:Pbbl:1.0.2-j8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.antideveloppeur : Pbbl sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.antideveloppeur" % "Pbbl" % "1.0.2-j8"

Advertisement