License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdcom.github.luxlang |
ArtifactId | ArtifactIdlux-ruby |
Last Version | Last Version0.6.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlux-ruby
A Ruby compiler for Lux.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lux-ruby-0.6.5.pom | |
lux-ruby-0.6.5-sources.jar | 198 bytes |
lux-ruby-0.6.5-javadoc.jar | 198 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luxlang/lux-ruby/ -->
<dependency>
<groupId>com.github.luxlang</groupId>
<artifactId>lux-ruby</artifactId>
<version>0.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luxlang/lux-ruby/
implementation 'com.github.luxlang:lux-ruby:0.6.5'
// https://jarcasting.com/artifacts/com.github.luxlang/lux-ruby/
implementation ("com.github.luxlang:lux-ruby:0.6.5")
'com.github.luxlang:lux-ruby:jar:0.6.5'
<dependency org="com.github.luxlang" name="lux-ruby" rev="0.6.5">
<artifact name="lux-ruby" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luxlang', module='lux-ruby', version='0.6.5')
)
libraryDependencies += "com.github.luxlang" % "lux-ruby" % "0.6.5"
[com.github.luxlang/lux-ruby "0.6.5"]