MVN

org.beangle.commons : beangle-commons

Maven & Gradle

Apr 07, 2024
2 stars

beangle-commons · The Beangle Commons Library

<dependency>
    <groupId>org.beangle.commons</groupId>
    <artifactId>beangle-commons</artifactId>
    <version>5.6.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.beangle.commons : beangle-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.15

All Versions

Choose a version of org.beangle.commons : beangle-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
beangle-commons-5.6.15

How to add a dependency to Maven

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

<dependency>
    <groupId>org.beangle.commons</groupId>
    <artifactId>beangle-commons</artifactId>
    <version>5.6.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.beangle.commons : beangle-commons gradle dependency to your build.gradle file:

implementation 'org.beangle.commons:beangle-commons:5.6.15'

Gradle Kotlin DSL: Add the following org.beangle.commons : beangle-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("org.beangle.commons:beangle-commons:5.6.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.beangle.commons : beangle-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "org.beangle.commons" % "beangle-commons" % "5.6.15"

Advertisement