a

aspectran-with-pebble

Add-on package for using Pebble as the templating engine
文件下载
文件名 操作
aspectran-with-pebble-8.1.2.jar 下载
aspectran-with-pebble-8.1.2.pom 下载
aspectran-with-pebble-8.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.aspectran</groupId>
  <artifactId>aspectran-with-pebble</artifactId>
  <version>8.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.aspectran:aspectran-with-pebble:8.1.2'
Gradle Kotlin
implementation("com.aspectran:aspectran-with-pebble:8.1.2")
Scala SBT
libraryDependencies += "com.aspectran" % "aspectran-with-pebble" % "8.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.aspectran', module='aspectran-with-pebble', version='8.1.2')
)
Apache Ivy
<dependency org="com.aspectran" name="aspectran-with-pebble" rev="8.1.2" />
Leiningen
[com.aspectran/aspectran-with-pebble "8.1.2"]
Apache Buildr
'com.aspectran:aspectran-with-pebble:jar:8.1.2'