is not current version
Last Version 0.9.0.3

be.atbash.ee.jsf:jerry 0.9.0

Jerry allows you to intercept (define a before and after callback) the main Renderer methods like decode, encodeBegin, encodeChildren, encodeEnd and getConvertedValue.

Categories

Categories

Jakarta Server Faces Jakarta EE The Web Tier
GroupId

GroupId

be.atbash.ee.jsf
ArtifactId

ArtifactId

jerry
Version

Version

0.9.0
Type

Type

jar

Download jerry 0.9.0


<!-- https://jarcasting.com/artifacts/be.atbash.ee.jsf/jerry/ -->
<dependency>
    <groupId>be.atbash.ee.jsf</groupId>
    <artifactId>jerry</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/be.atbash.ee.jsf/jerry/
implementation 'be.atbash.ee.jsf:jerry:0.9.0'
// https://jarcasting.com/artifacts/be.atbash.ee.jsf/jerry/
implementation ("be.atbash.ee.jsf:jerry:0.9.0")
'be.atbash.ee.jsf:jerry:jar:0.9.0'
<dependency org="be.atbash.ee.jsf" name="jerry" rev="0.9.0">
  <artifact name="jerry" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.atbash.ee.jsf', module='jerry', version='0.9.0')
)
libraryDependencies += "be.atbash.ee.jsf" % "jerry" % "0.9.0"
[be.atbash.ee.jsf/jerry "0.9.0"]