b

beangle-commons-parent_2.11

The Beangle Commons Framework.
https://github.com/beangle/commons
文件下载
文件名 操作
beangle-commons-parent_2.11-4.4.7.pom 下载
Apache Maven
<dependency>
  <groupId>org.beangle.commons</groupId>
  <artifactId>beangle-commons-parent_2.11</artifactId>
  <version>4.4.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.beangle.commons:beangle-commons-parent_2.11:4.4.7'
Gradle Kotlin
implementation("org.beangle.commons:beangle-commons-parent_2.11:4.4.7")
Scala SBT
libraryDependencies += "org.beangle.commons" % "beangle-commons-parent_2.11" % "4.4.7"
Groovy Grape
@Grapes(
  @Grab(group='org.beangle.commons', module='beangle-commons-parent_2.11', version='4.4.7')
)
Apache Ivy
<dependency org="org.beangle.commons" name="beangle-commons-parent_2.11" rev="4.4.7" />
Leiningen
[org.beangle.commons/beangle-commons-parent_2.11 "4.4.7"]
Apache Buildr
'org.beangle.commons:beangle-commons-parent_2.11:jar:4.4.7'