is not current version
Last Version 3.10.0.RELEASE

com.ibeetl:beetl 2.4.0

java template language

GroupId

GroupId

com.ibeetl
ArtifactId

ArtifactId

beetl
Version

Version

2.4.0
Type

Type

jar

Download beetl 2.4.0


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