s

stupid

A stupid scripting language for Java/JVM
http://github.com/madisp/stupid
The MIT License
Madis Pink
Files download
File Operation
stupid-0.1.0.jar download
stupid-0.1.0.pom download
stupid-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.madisp.stupid</groupId>
  <artifactId>stupid</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.madisp.stupid:stupid:0.1.0'
Gradle Kotlin
implementation("com.madisp.stupid:stupid:0.1.0")
Scala SBT
libraryDependencies += "com.madisp.stupid" % "stupid" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.madisp.stupid', module='stupid', version='0.1.0')
)
Apache Ivy
<dependency org="com.madisp.stupid" name="stupid" rev="0.1.0" />
Leiningen
[com.madisp.stupid/stupid "0.1.0"]
Apache Buildr
'com.madisp.stupid:stupid:jar:0.1.0'
Dependencies