License |
License |
---|---|
GroupId | GroupIdcom.github.rialang |
ArtifactId | ArtifactIdria |
Version | Version0.7.0 |
Type | Typejar |
Description |
DescriptionRia
The Ria programming language compiler and standard library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ria-0.7.0.pom | |
ria-0.7.0.jar | 741 KB |
ria-0.7.0-sources.jar | 216 KB |
ria-0.7.0-javadoc.jar | 1009 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rialang/ria/ -->
<dependency>
<groupId>com.github.rialang</groupId>
<artifactId>ria</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rialang/ria/
implementation 'com.github.rialang:ria:0.7.0'
// https://jarcasting.com/artifacts/com.github.rialang/ria/
implementation ("com.github.rialang:ria:0.7.0")
'com.github.rialang:ria:jar:0.7.0'
<dependency org="com.github.rialang" name="ria" rev="0.7.0">
<artifact name="ria" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rialang', module='ria', version='0.7.0')
)
libraryDependencies += "com.github.rialang" % "ria" % "0.7.0"
[com.github.rialang/ria "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm | jar | 6.1 |