MVN

com.ibeetl : plugin

Maven & Gradle

Aug 22, 2023
<dependency>
    <groupId>com.ibeetl</groupId>
    <artifactId>plugin</artifactId>
    <version>3.24.1-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibeetl : plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.24.1-RELEASE

All Versions

Choose a version of com.ibeetl : plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.24.x
plugin-3.24.1-RELEASE
plugin-3.24.0-RELEASE
3.19.x
plugin-3.19.3-RELEASE
plugin-3.19.2-RELEASE
plugin-3.19.1-RELEASE
plugin-3.19.0-RELEASE
3.18.x
plugin-3.18.0-RELEASE
3.16.x
plugin-3.16.0-RELEASE
3.15.x
plugin-3.15.1-RELEASE
plugin-3.15.0-RELEASE
3.14.x
plugin-3.14.5-RELEASE
plugin-3.14.4-RELEASE
plugin-3.14.3-RELEASE
plugin-3.14.2-RELEASE
plugin-3.14.1-RELEASE
plugin-3.14.0-RELEASE
3.13.x
plugin-3.13.1-RELEASE
plugin-3.13.0-RELEASE
3.12.x
plugin-3.12.11-RELEASE
plugin-3.12.3-RELEASE
plugin-3.12.2-RELEASE
plugin-3.12.0-RELEASE
3.11.x
plugin-3.11.3-RELEASE
plugin-3.11.2-RELEASE
plugin-3.11.1-RELEASE
plugin-3.11.0-RELEASE
3.10.x
plugin-3.10.1-RELEASE
plugin-3.10.0-RELEASE
3.9.x
plugin-3.9.0-RELEASE
3.8.x
plugin-3.8.0-RELEASE
3.7.x
plugin-3.7.0-RELEASE
3.6.x
plugin-3.6.6-RELEASE
plugin-3.6.5-RELEASE
plugin-3.6.4-RELEASE
plugin-3.6.3-RELEASE
plugin-3.6.2-RELEASE
plugin-3.6.1-RELEASE
plugin-3.6.0-RELEASE
3.5.x
plugin-3.5.1-RELEASE
plugin-3.5.0-RELEASE
3.4.x
plugin-3.4.3-RELEASE
plugin-3.4.2-RELEASE
plugin-3.4.1-RELEASE
plugin-3.4.0-RELEASE
3.3.x
plugin-3.3.13-RELEASE
plugin-3.3.12-RELEASE
plugin-3.3.11-RELEASE
plugin-3.3.10-RELEASE
plugin-3.3.9-RELEASE
plugin-3.3.8-RELEASE
plugin-3.3.7-RELEASE
plugin-3.3.6-RELEASE
plugin-3.3.5-RELEASE
plugin-3.3.3-RELEASE
plugin-3.3.2-RELEASE
plugin-3.3.1-RELEASE
plugin-3.3.0-RELEASE
3.2.x
plugin-3.2.12-RELEASE
plugin-3.2.11-RELEASE
plugin-3.2.10-RELEASE
plugin-3.2.9-RELEASE
plugin-3.2.2-RELEASE
plugin-3.2.1-RELEASE
plugin-3.2.0-RELEASE
3.1.x
plugin-3.1.2-RELEASE
plugin-3.1.1-RELEASE
plugin-3.1.0-RELEASE
3.0.x
plugin-3.0.10-RELEASE
plugin-3.0.4-RELEASE
plugin-3.0.0-M6
plugin-3.0.0-M3
plugin-3.0.0-M2
plugin-3.0.0-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.ibeetl</groupId>
    <artifactId>plugin</artifactId>
    <version>3.24.1-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibeetl : plugin gradle dependency to your build.gradle file:

implementation 'com.ibeetl:plugin:3.24.1-RELEASE'

Gradle Kotlin DSL: Add the following com.ibeetl : plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibeetl:plugin:3.24.1-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibeetl : plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibeetl" % "plugin" % "3.24.1-RELEASE"

Advertisement