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