Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 439 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 439 Bytes

unidev-templates

Interface to work with templates

Supported templates:

  • freemarker

Usage

...
repositories {
    maven { url 'https://raw.githubusercontent.com/universal-development/java-artifacts/master/artifacts/' }
}
...
dependencies {
    implementation('com.unidev:unidev-template-freemarker:4.0.2')
}

Local build:

./gradlew clean build

License

This code is released under the MIT License. See LICENSE.