bLight parent

bLight is a minimalistic compile-time type-safe templating mechanism for use in Java applications.

License

License

GroupId

GroupId

com.aleax.blight
ArtifactId

ArtifactId

blight-parent
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

pom
Description

Description

bLight parent
bLight is a minimalistic compile-time type-safe templating mechanism for use in Java applications.
Project URL

Project URL

http://blight.aleax.com/
Source Code Management

Source Code Management

http://github.com/yiannis-p/bLight/

Download blight-parent

Filename Size
blight-parent-1.0.2.pom 7 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.aleax.blight/blight-parent/ -->
<dependency>
    <groupId>com.aleax.blight</groupId>
    <artifactId>blight-parent</artifactId>
    <version>1.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aleax.blight/blight-parent/
implementation 'com.aleax.blight:blight-parent:1.0.2'
// https://jarcasting.com/artifacts/com.aleax.blight/blight-parent/
implementation ("com.aleax.blight:blight-parent:1.0.2")
'com.aleax.blight:blight-parent:pom:1.0.2'
<dependency org="com.aleax.blight" name="blight-parent" rev="1.0.2">
  <artifact name="blight-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aleax.blight', module='blight-parent', version='1.0.2')
)
libraryDependencies += "com.aleax.blight" % "blight-parent" % "1.0.2"
[com.aleax.blight/blight-parent "1.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • blight-core
  • blight-compiler
  • blight-maven-plugin
  • blight-ant-task
  • blight-dist

Versions

Version
1.0.2
1.0.1
1.0.0