bLight Compiler

This module provides the default compilation implementation for bLight.

License

License

GroupId

GroupId

com.aleax.blight
ArtifactId

ArtifactId

blight-compiler
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

bLight Compiler
This module provides the default compilation implementation for bLight.

Download blight-compiler

How to add to project

<!-- 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"]

Dependencies

compile (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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0