j

jetbrick-template-parent

jetbrick-template-2.x
http://subchen.github.io/jetbrick-template/
Files download
File Operation
jetbrick-template-parent-2.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.subchen</groupId>
  <artifactId>jetbrick-template-parent</artifactId>
  <version>2.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.subchen:jetbrick-template-parent:2.1.0'
Gradle Kotlin
implementation("com.github.subchen:jetbrick-template-parent:2.1.0")
Scala SBT
libraryDependencies += "com.github.subchen" % "jetbrick-template-parent" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.subchen', module='jetbrick-template-parent', version='2.1.0')
)
Apache Ivy
<dependency org="com.github.subchen" name="jetbrick-template-parent" rev="2.1.0" />
Leiningen
[com.github.subchen/jetbrick-template-parent "2.1.0"]
Apache Buildr
'com.github.subchen:jetbrick-template-parent:jar:2.1.0'