| License |
License |
|---|---|
| GroupId | GroupIdcom.github.bednar |
| ArtifactId | ArtifactIdtelb |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTapestry5 Expression Language Binding
Use OGNL or MVEL expression as component/page parameter value.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| telb-1.0.0.pom | |
| telb-1.0.0.jar | 9 KB |
| telb-1.0.0-sources.jar | 6 KB |
| telb-1.0.0-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bednar/telb/ -->
<dependency>
<groupId>com.github.bednar</groupId>
<artifactId>telb</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bednar/telb/
implementation 'com.github.bednar:telb:1.0.0'
// https://jarcasting.com/artifacts/com.github.bednar/telb/
implementation ("com.github.bednar:telb:1.0.0")
'com.github.bednar:telb:jar:1.0.0'
<dependency org="com.github.bednar" name="telb" rev="1.0.0">
<artifact name="telb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bednar', module='telb', version='1.0.0')
)
libraryDependencies += "com.github.bednar" % "telb" % "1.0.0"
[com.github.bednar/telb "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tapestry : tapestry-core | jar | 5.3.7 |
| com.google.code.findbugs : jsr305 | jar | 2.0.0 |
| ognl : ognl | jar | 2.7.3 |
| org.mvel : mvel2 | jar | 2.1.4.Final |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.tapestry : tapestry-test | jar | 5.3.7 |
| junit : junit | jar | 4.11 |
| javax.servlet : servlet-api | jar | 2.5 |