Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.pwall.el |
ArtifactId | ArtifactIdel |
Version | Version4.0 |
Type | Typejar |
Filename | Size |
---|---|
el-4.0.pom | |
el-4.0.jar | 77 KB |
el-4.0-sources.jar | 118 KB |
el-4.0-javadoc.jar | 426 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.pwall.el/el/ -->
<dependency>
<groupId>net.pwall.el</groupId>
<artifactId>el</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.pwall.el/el/
implementation 'net.pwall.el:el:4.0'
// https://jarcasting.com/artifacts/net.pwall.el/el/
implementation ("net.pwall.el:el:4.0")
'net.pwall.el:el:jar:4.0'
<dependency org="net.pwall.el" name="el" rev="4.0">
<artifact name="el" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.pwall.el', module='el', version='4.0')
)
libraryDependencies += "net.pwall.el" % "el" % "4.0"
[net.pwall.el/el "4.0"]