не последняя версия
Последняя версия 3.10.0.RELEASE

com.ibeetl:beetl 3.0.13.RELEASE

java template language

Группа

Группа

com.ibeetl
Идентификатор

Идентификатор

beetl
Версия

Версия

3.0.13.RELEASE
Тип

Тип

jar

Скачать beetl 3.0.13.RELEASE


<!-- https://jarcasting.com/artifacts/com.ibeetl/beetl/ -->
<dependency>
    <groupId>com.ibeetl</groupId>
    <artifactId>beetl</artifactId>
    <version>3.0.13.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.ibeetl/beetl/
implementation 'com.ibeetl:beetl:3.0.13.RELEASE'
// https://jarcasting.com/artifacts/com.ibeetl/beetl/
implementation ("com.ibeetl:beetl:3.0.13.RELEASE")
'com.ibeetl:beetl:jar:3.0.13.RELEASE'
<dependency org="com.ibeetl" name="beetl" rev="3.0.13.RELEASE">
  <artifact name="beetl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ibeetl', module='beetl', version='3.0.13.RELEASE')
)
libraryDependencies += "com.ibeetl" % "beetl" % "3.0.13.RELEASE"
[com.ibeetl/beetl "3.0.13.RELEASE"]