8000 GitHub - CycriLabs/quarkus-velocity: Quarkus extension for Apache Velocity
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

CycriLabs/quarkus-velocity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus Velocity Extension

This Quarkus extension allows you to use the Apache Velocity template engine in your Quarkus application without you taking care about registering the engine and the related classes for native builds.

Usage

Add the following dependency to your pom.xml:

<dependency>
    <groupId>com.cycrilabs</groupId>
    <artifactId>quarkus-velocity</artifactId>
</dependency>

Currently, the extension is not available in Maven Central. You can build it from source and install it to your local Maven repository. Alternatively, you can add the Github Registry in your local Maven settings.xml.

Versions

The extension is available for the following Quarkus versions:

Extension Version Quarkus Version Apache Velocity
1.0.0 3.6.3 2.3
1.1.0 3.7.1 2.3
1.2.0 3.8.1 2.3
1.3.0 3.9.2 2.3
1.4.0 3.14.2 2.3
1.5.0 3.15.1 2.3
1.6.0 3.16.1 2.3
1.7.0 3.17.3 2.3
1.8.0 3.18.1 2.3
1.9.0 3.19.1 2.3
1.10.0 3.21.4 2.4.1
1.11.0 3.22.1 2.4.1
1.12.0 3.23.0 2.4.1

About

Quarkus extension for Apache Velocity

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Languages

0