stdlib

Standard library for the Lux programming language.

License

License

GroupId

GroupId

com.github.luxlang
ArtifactId

ArtifactId

stdlib
Last Version

Last Version

0.6.5
Release Date

Release Date

Type

Type

jar
Description

Description

stdlib
Standard library for the Lux programming language.
Project URL

Project URL

https://github.com/LuxLang/lux
Source Code Management

Source Code Management

https://github.com/LuxLang/lux.git

Download stdlib

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.luxlang/stdlib/ -->
<dependency>
    <groupId>com.github.luxlang</groupId>
    <artifactId>stdlib</artifactId>
    <version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luxlang/stdlib/
implementation 'com.github.luxlang:stdlib:0.6.5'
// https://jarcasting.com/artifacts/com.github.luxlang/stdlib/
implementation ("com.github.luxlang:stdlib:0.6.5")
'com.github.luxlang:stdlib:jar:0.6.5'
<dependency org="com.github.luxlang" name="stdlib" rev="0.6.5">
  <artifact name="stdlib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luxlang', module='stdlib', version='0.6.5')
)
libraryDependencies += "com.github.luxlang" % "stdlib" % "0.6.5"
[com.github.luxlang/stdlib "0.6.5"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.
com.github.luxlang

The Lux Programming Language

Versions

Version
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0