| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mygreen |
| ArtifactId | ArtifactIdstandalone-el |
| Version | Version0.2 |
| Type | Typejar |
| Description |
Descriptionstandalone-el
Use Expression Language(EL) with standalone.
|
| Project Organization |
Project Organizationmygreen |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| standalone-el-0.2.pom | |
| standalone-el-0.2.jar | 18 KB |
| standalone-el-0.2-sources.jar | 12 KB |
| standalone-el-0.2-javadoc.jar | 96 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mygreen/standalone-el/ -->
<dependency>
<groupId>com.github.mygreen</groupId>
<artifactId>standalone-el</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mygreen/standalone-el/
implementation 'com.github.mygreen:standalone-el:0.2'
// https://jarcasting.com/artifacts/com.github.mygreen/standalone-el/
implementation ("com.github.mygreen:standalone-el:0.2")
'com.github.mygreen:standalone-el:jar:0.2'
<dependency org="com.github.mygreen" name="standalone-el" rev="0.2">
<artifact name="standalone-el" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mygreen', module='standalone-el', version='0.2')
)
libraryDependencies += "com.github.mygreen" % "standalone-el" % "0.2"
[com.github.mygreen/standalone-el "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.web : el-impl | jar | 2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-all | jar | 1.3 |