r

rocket

Launch system that allows classes to be invoked in phases to make sure all dependencies are satisfied.
https://www.github.com/Pyknic/rocket/
Apache License, Version 2.0
Emil Forslund
Emil Forslund
Files download
File Operation
rocket-1.0.0.jar download
rocket-1.0.0.pom download
rocket-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.pyknic</groupId>
  <artifactId>rocket</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.pyknic:rocket:1.0.0'
Gradle Kotlin
implementation("com.github.pyknic:rocket:1.0.0")
Scala SBT
libraryDependencies += "com.github.pyknic" % "rocket" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pyknic', module='rocket', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.pyknic" name="rocket" rev="1.0.0" />
Leiningen
[com.github.pyknic/rocket "1.0.0"]
Apache Buildr
'com.github.pyknic:rocket:jar:1.0.0'