Files download
File Operation
stdlib-0.8.0.jar download
stdlib-0.8.0.pom download
stdlib-0.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.luxlang</groupId>
  <artifactId>stdlib</artifactId>
  <version>0.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.luxlang:stdlib:0.8.0'
Gradle Kotlin
implementation("com.github.luxlang:stdlib:0.8.0")
Scala SBT
libraryDependencies += "com.github.luxlang" % "stdlib" % "0.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.luxlang', module='stdlib', version='0.8.0')
)
Apache Ivy
<dependency org="com.github.luxlang" name="stdlib" rev="0.8.0" />
Leiningen
[com.github.luxlang/stdlib "0.8.0"]
Apache Buildr
'com.github.luxlang:stdlib:jar:0.8.0'
Dependencies
The project has no third-party dependencies