License |
License |
---|---|
GroupId | GroupIdcom.aleax.blight |
ArtifactId | ArtifactIdblight-compiler |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionbLight Compiler
This module provides the default compilation implementation for bLight.
|
<!-- https://jarcasting.com/artifacts/com.aleax.blight/blight-compiler/ -->
<dependency>
<groupId>com.aleax.blight</groupId>
<artifactId>blight-compiler</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aleax.blight/blight-compiler/
implementation 'com.aleax.blight:blight-compiler:1.0.2'
// https://jarcasting.com/artifacts/com.aleax.blight/blight-compiler/
implementation ("com.aleax.blight:blight-compiler:1.0.2")
'com.aleax.blight:blight-compiler:jar:1.0.2'
<dependency org="com.aleax.blight" name="blight-compiler" rev="1.0.2">
<artifact name="blight-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aleax.blight', module='blight-compiler', version='1.0.2')
)
libraryDependencies += "com.aleax.blight" % "blight-compiler" % "1.0.2"
[com.aleax.blight/blight-compiler "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.aleax.blight : blight-core | jar | 1.0.2 |
org.eclipse.jdt : org.eclipse.jdt.core | jar | 3.7.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |