License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.expressly |
ArtifactId | ArtifactIdexpressly |
Last Version | Last Version5.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEclipse Expressly
Jakarta Expression Language Implementation
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
expressly-5.0.0-M2.pom | |
expressly-5.0.0-M2.jar | 167 KB |
expressly-5.0.0-M2-sources.jar | 124 KB |
expressly-5.0.0-M2-javadoc.jar | 943 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.el : jakarta.el-api | jar | 5.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |