r

rembulan-stdlib

Rembulan Standard Library
https://github.com/mjanicek/rembulan/
The Apache License, Version 2.0
Miroslav Janíček
Files download
File Operation
rembulan-stdlib-0.1.jar download
rembulan-stdlib-0.1.pom download
rembulan-stdlib-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.luxlang</groupId>
  <artifactId>rembulan-stdlib</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.luxlang:rembulan-stdlib:0.1'
Gradle Kotlin
implementation("com.github.luxlang:rembulan-stdlib:0.1")
Scala SBT
libraryDependencies += "com.github.luxlang" % "rembulan-stdlib" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luxlang', module='rembulan-stdlib', version='0.1')
)
Apache Ivy
<dependency org="com.github.luxlang" name="rembulan-stdlib" rev="0.1" />
Leiningen
[com.github.luxlang/rembulan-stdlib "0.1"]
Apache Buildr
'com.github.luxlang:rembulan-stdlib:jar:0.1'