MVN

com.github.charlemaznable : bunny-rabbit

Maven & Gradle

Mar 21, 2023
1 stars

Bunny Rabbit · Bunny rabbits will skip hand-in-hand with baby lambs across sunny green meadows.

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>bunny-rabbit</artifactId>
    <version>2022.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.charlemaznable : bunny-rabbit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.0.7

All Versions

Choose a version of com.github.charlemaznable : bunny-rabbit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.0.x
bunny-rabbit-2023.0.4
bunny-rabbit-2023.0.3
bunny-rabbit-2023.0.2
bunny-rabbit-2023.0.1
bunny-rabbit-2023.0.0
2022.0.x
bunny-rabbit-2022.0.7
bunny-rabbit-2022.0.6
bunny-rabbit-2022.0.5
bunny-rabbit-2022.0.4
bunny-rabbit-2022.0.3
bunny-rabbit-2022.0.2
bunny-rabbit-2022.0.1
bunny-rabbit-2022.0.0
0.2.x
bunny-rabbit-0.2.2
bunny-rabbit-0.2.1
bunny-rabbit-0.2.0
0.1.x
bunny-rabbit-0.1.8
bunny-rabbit-0.1.7
bunny-rabbit-0.1.6
bunny-rabbit-0.1.5
bunny-rabbit-0.1.4
bunny-rabbit-0.1.3
bunny-rabbit-0.1.2
bunny-rabbit-0.1.1
bunny-rabbit-0.1.0
0.0.x
bunny-rabbit-0.0.7
bunny-rabbit-0.0.6
bunny-rabbit-0.0.5
bunny-rabbit-0.0.4
bunny-rabbit-0.0.3
bunny-rabbit-0.0.2
bunny-rabbit-0.0.1

How to add a dependency to Maven

Add the following com.github.charlemaznable : bunny-rabbit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.charlemaznable</groupId>
    <artifactId>bunny-rabbit</artifactId>
    <version>2022.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.charlemaznable : bunny-rabbit gradle dependency to your build.gradle file:

implementation 'com.github.charlemaznable:bunny-rabbit:2022.0.7'

Gradle Kotlin DSL: Add the following com.github.charlemaznable : bunny-rabbit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.charlemaznable:bunny-rabbit:2022.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.charlemaznable : bunny-rabbit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.charlemaznable" % "bunny-rabbit" % "2022.0.7"