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