MVN

com.github.jhg023 : Pbbl

Maven & Gradle

May 26, 2020
1 usages
35 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.jhg023</groupId>
    <artifactId>Pbbl</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.2

All Versions

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

Version Vulnerabilities Updated
1.0.x
Pbbl-1.0.2
Pbbl-1.0.1
Pbbl-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.jhg023</groupId>
    <artifactId>Pbbl</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.jhg023:Pbbl:1.0.2'

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

implementation("com.github.jhg023:Pbbl:1.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.jhg023" % "Pbbl" % "1.0.2"

Advertisement

Dependencies from Group

Aug 28, 2020
3 usages
175 stars
Feb 04, 2019
1 usages
12 stars
May 26, 2020
1 usages
35 stars

Discover Dependencies

Oct 14, 2021
3 usages
Jun 17, 2020
1 usages
Feb 21, 2020
14 usages
564 stars
Feb 26, 2019
1 usages
4 stars
Nov 13, 2022
6 usages
42.9k stars
Sep 09, 2019
103 usages
56 stars