is not current version
Last Version 1.26

com.github.japkit:japkit-juel 1.22

Include this dependency to use Java EL expressions in your code templates.

GroupId

GroupId

com.github.japkit
ArtifactId

ArtifactId

japkit-juel
Version

Version

1.22
Type

Type

jar

Download japkit-juel 1.22


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