b

beetl-ext

文件下载
文件名 操作
beetl-ext-3.15.8.RELEASE.jar 下载
beetl-ext-3.15.8.RELEASE.pom 下载
beetl-ext-3.15.8.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ibeetl</groupId>
  <artifactId>beetl-ext</artifactId>
  <version>3.15.8.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.ibeetl:beetl-ext:3.15.8.RELEASE'
Gradle Kotlin
implementation("com.ibeetl:beetl-ext:3.15.8.RELEASE")
Scala SBT
libraryDependencies += "com.ibeetl" % "beetl-ext" % "3.15.8.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.ibeetl', module='beetl-ext', version='3.15.8.RELEASE')
)
Apache Ivy
<dependency org="com.ibeetl" name="beetl-ext" rev="3.15.8.RELEASE" />
Leiningen
[com.ibeetl/beetl-ext "3.15.8.RELEASE"]
Apache Buildr
'com.ibeetl:beetl-ext:jar:3.15.8.RELEASE'