MVN

com.github.chris2018998 : beeop

Maven & Gradle

Jul 05, 2022
0 stars

beeop · Java Object Pool Implementation

<dependency>
    <groupId>com.github.chris2018998</groupId>
    <artifactId>beeop</artifactId>
    <version>1.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.8

All Versions

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

Version Vulnerabilities Updated
1.2.x
beeop-1.2.8
beeop-1.2.7
beeop-1.2.6
beeop-1.2.5
beeop-1.2.4
beeop-1.2.3
beeop-1.2.2
beeop-1.2.1
beeop-1.2.0
1.1.x
beeop-1.1.0
1.0.x
beeop-1.0.8
beeop-1.0.7
beeop-1.0.6
beeop-1.0.4
beeop-1.0.3
beeop-1.0.2
beeop-1.0.1
0.9
beeop-0.9
0.8
beeop-0.8
0.6
beeop-0.6
0.5
beeop-0.5
0.4
beeop-0.4
0.3
beeop-0.3
0.2
beeop-0.2
0.1
beeop-0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.chris2018998</groupId>
    <artifactId>beeop</artifactId>
    <version>1.2.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.chris2018998:beeop:1.2.8'

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

implementation("com.github.chris2018998:beeop:1.2.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.chris2018998" % "beeop" % "1.2.8"

Advertisement