p

play-template-velocity

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