b

beangle-commons-parent_2.13

The Beangle Commons Framework.
https://github.com/beangle/commons
Files download
File Operation
beangle-commons-parent_2.13-5.2.3.pom download
Apache Maven
<dependency>
  <groupId>org.beangle.commons</groupId>
  <artifactId>beangle-commons-parent_2.13</artifactId>
  <version>5.2.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.beangle.commons:beangle-commons-parent_2.13:5.2.3'
Gradle Kotlin
implementation("org.beangle.commons:beangle-commons-parent_2.13:5.2.3")
Scala SBT
libraryDependencies += "org.beangle.commons" % "beangle-commons-parent_2.13" % "5.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.beangle.commons', module='beangle-commons-parent_2.13', version='5.2.3')
)
Apache Ivy
<dependency org="org.beangle.commons" name="beangle-commons-parent_2.13" rev="5.2.3" />
Leiningen
[org.beangle.commons/beangle-commons-parent_2.13 "5.2.3"]
Apache Buildr
'org.beangle.commons:beangle-commons-parent_2.13:jar:5.2.3'