b

beangle-commons-parent

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