Files download
File Operation
freemarker-template-inheritance-0.6.jar download
freemarker-template-inheritance-0.6.pom download
freemarker-template-inheritance-0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.matteosilv</groupId>
  <artifactId>freemarker-template-inheritance</artifactId>
  <version>0.6</version>
</dependency>
Gradle Groovy
implementation 'io.github.matteosilv:freemarker-template-inheritance:0.6'
Gradle Kotlin
implementation("io.github.matteosilv:freemarker-template-inheritance:0.6")
Scala SBT
libraryDependencies += "io.github.matteosilv" % "freemarker-template-inheritance" % "0.6"
Groovy Grape
@Grapes(
  @Grab(group='io.github.matteosilv', module='freemarker-template-inheritance', version='0.6')
)
Apache Ivy
<dependency org="io.github.matteosilv" name="freemarker-template-inheritance" rev="0.6" />
Leiningen
[io.github.matteosilv/freemarker-template-inheritance "0.6"]
Apache Buildr
'io.github.matteosilv:freemarker-template-inheritance:jar:0.6'