Categories |
CategoriesTomcat Container Application Servers |
---|---|
GroupId | GroupIdtomcat |
ArtifactId | ArtifactIdcommons-el |
Last Version | Last Version5.5.23 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
commons-el-5.5.23.pom | |
commons-el-5.5.23.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tomcat/commons-el/ -->
<dependency>
<groupId>tomcat</groupId>
<artifactId>commons-el</artifactId>
<version>5.5.23</version>
</dependency>
// https://jarcasting.com/artifacts/tomcat/commons-el/
implementation 'tomcat:commons-el:5.5.23'
// https://jarcasting.com/artifacts/tomcat/commons-el/
implementation ("tomcat:commons-el:5.5.23")
'tomcat:commons-el:jar:5.5.23'
<dependency org="tomcat" name="commons-el" rev="5.5.23">
<artifact name="commons-el" type="jar" />
</dependency>
@Grapes(
@Grab(group='tomcat', module='commons-el', version='5.5.23')
)
libraryDependencies += "tomcat" % "commons-el" % "5.5.23"
[tomcat/commons-el "5.5.23"]