is not current version
Last Version 0.2

com.github.mygreen:standalone-el 0.1

Use Expression Language(EL) with standalone.

GroupId

GroupId

com.github.mygreen
ArtifactId

ArtifactId

standalone-el
Version

Version

0.1
Type

Type

jar

Download standalone-el 0.1


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