c

command-spring

Make Java do your bidding by turning any code into an executable
https://github.com/mguymon/by_your_command
The Apache Software License, Version 2.0
Michael Guymon
Files download
File Operation
command-spring-0.2.0.jar download
command-spring-0.2.0.pom download
command-spring-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.tobedevoured.command</groupId>
  <artifactId>command-spring</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.tobedevoured.command:command-spring:0.2.0'
Gradle Kotlin
implementation("com.tobedevoured.command:command-spring:0.2.0")
Scala SBT
libraryDependencies += "com.tobedevoured.command" % "command-spring" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.tobedevoured.command', module='command-spring', version='0.2.0')
)
Apache Ivy
<dependency org="com.tobedevoured.command" name="command-spring" rev="0.2.0" />
Leiningen
[com.tobedevoured.command/command-spring "0.2.0"]
Apache Buildr
'com.tobedevoured.command:command-spring:jar:0.2.0'