Last Version

Thymeleaf CDI Integration 0.0.9

An extension for Thymeleaf that allows referencing CDI @Named beans as top-level objects in expressions.

License

License

Categories

Categories

Leaf Data Databases
GroupId

GroupId

hu.inbuss
ArtifactId

ArtifactId

thymeleaf-cdi
Version

Version

0.0.9
Type

Type

jar
Description

Description

Thymeleaf CDI Integration
An extension for Thymeleaf that allows referencing CDI @Named beans as top-level objects in expressions.
Project URL

Project URL

https://github.com/inbuss/thymeleaf-cdi
Source Code Management

Source Code Management

http://github.com/inbuss/thymeleaf-cdi/tree/master

Download thymeleaf-cdi 0.0.9


<!-- https://jarcasting.com/artifacts/hu.inbuss/thymeleaf-cdi/ -->
<dependency>
    <groupId>hu.inbuss</groupId>
    <artifactId>thymeleaf-cdi</artifactId>
    <version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/hu.inbuss/thymeleaf-cdi/
implementation 'hu.inbuss:thymeleaf-cdi:0.0.9'
// https://jarcasting.com/artifacts/hu.inbuss/thymeleaf-cdi/
implementation ("hu.inbuss:thymeleaf-cdi:0.0.9")
'hu.inbuss:thymeleaf-cdi:jar:0.0.9'
<dependency org="hu.inbuss" name="thymeleaf-cdi" rev="0.0.9">
  <artifact name="thymeleaf-cdi" type="jar" />
</dependency>
@Grapes(
@Grab(group='hu.inbuss', module='thymeleaf-cdi', version='0.0.9')
)
libraryDependencies += "hu.inbuss" % "thymeleaf-cdi" % "0.0.9"
[hu.inbuss/thymeleaf-cdi "0.0.9"]

Dependencies

compile (1)

Group / Artifact Type Version
org.thymeleaf : thymeleaf jar 3.0.2.RELEASE

provided (2)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
javax.enterprise : cdi-api jar 1.2

Project Modules

There are no modules declared in this project.