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