MVN

org.pacesys : kbop

Maven & Gradle

Mar 30, 2013
7 stars

Keyed Blocking Object Pool · Key Blocking Object Pool is a thread safe Single Key to 1 to N Objects.

<dependency>
    <groupId>org.pacesys</groupId>
    <artifactId>kbop</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.pacesys : kbop to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.pacesys : kbop to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
kbop-1.0.0

How to add a dependency to Maven

Add the following org.pacesys : kbop maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.pacesys</groupId>
    <artifactId>kbop</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.pacesys : kbop gradle dependency to your build.gradle file:

implementation 'org.pacesys:kbop:1.0.0'

Gradle Kotlin DSL: Add the following org.pacesys : kbop gradle kotlin dependency to your build.gradle.kts file:

implementation("org.pacesys:kbop:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.pacesys : kbop sbt scala dependency to your build.sbt file:

libraryDependencies += "org.pacesys" % "kbop" % "1.0.0"

Advertisement