Eclipse Expressly

Jakarta Expression Language Implementation

License

License

Categories

Categories

GlassFish Container Application Servers
GroupId

GroupId

org.glassfish.expressly
ArtifactId

ArtifactId

expressly
Last Version

Last Version

5.0.0-M2
Release Date

Release Date

Type

Type

jar
Description

Description

Eclipse Expressly
Jakarta Expression Language Implementation
Project URL

Project URL

https://projects.eclipse.org/projects/ee4j.expressly
Project Organization

Project Organization

Eclipse Foundation

Download expressly

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
jakarta.el : jakarta.el-api jar 5.0.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
5.0.0-M2
5.0.0-M1