m

mybatis-freemarker

FreeMarker support for MyBatis
https://github.com/mybatis/freemarker-scripting
Files download
File Operation
mybatis-freemarker-1.2.2.jar download
mybatis-freemarker-1.2.2.pom download
mybatis-freemarker-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mybatis.scripting</groupId>
  <artifactId>mybatis-freemarker</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'org.mybatis.scripting:mybatis-freemarker:1.2.2'
Gradle Kotlin
implementation("org.mybatis.scripting:mybatis-freemarker:1.2.2")
Scala SBT
libraryDependencies += "org.mybatis.scripting" % "mybatis-freemarker" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='org.mybatis.scripting', module='mybatis-freemarker', version='1.2.2')
)
Apache Ivy
<dependency org="org.mybatis.scripting" name="mybatis-freemarker" rev="1.2.2" />
Leiningen
[org.mybatis.scripting/mybatis-freemarker "1.2.2"]
Apache Buildr
'org.mybatis.scripting:mybatis-freemarker:jar:1.2.2'