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