MVN

org.beangle : beangle-codestyle

Maven & Gradle

Jan 17, 2018

Beangle Code Style

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

Latest Version

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

  • Latest Stable: 24.6

All Versions

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

Version Vulnerabilities Updated
24.6
beangle-codestyle-24.6
24.5
beangle-codestyle-24.5
24.4
beangle-codestyle-24.4
24.3
beangle-codestyle-24.3
24.2
beangle-codestyle-24.2
24.1
beangle-codestyle-24.1
24.0
beangle-codestyle-24.0
23.4
beangle-codestyle-23.4
23.3
beangle-codestyle-23.3
23.2
beangle-codestyle-23.2
23.1
beangle-codestyle-23.1
22.4
beangle-codestyle-22.4
22.3
beangle-codestyle-22.3
22.2
beangle-codestyle-22.2
22.1
beangle-codestyle-22.1
22
beangle-codestyle-22
21
beangle-codestyle-21
20
beangle-codestyle-20
19
beangle-codestyle-19
18
beangle-codestyle-18
17
beangle-codestyle-17
16
beangle-codestyle-16
15
beangle-codestyle-15
14
beangle-codestyle-14
13
beangle-codestyle-13
12
beangle-codestyle-12
11
beangle-codestyle-11

How to add a dependency to Maven

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

<dependency>
    <groupId>org.beangle</groupId>
    <artifactId>beangle-codestyle</artifactId>
    <version>24.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.beangle:beangle-codestyle:24.6'

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

implementation("org.beangle:beangle-codestyle:24.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.beangle" % "beangle-codestyle" % "24.6"

Advertisement