| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.aleax.blight |
| ArtifactId | ArtifactIdblight-ant-task |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionbLight Ant task
Contains an Apache Ant Task for compiling bLight templates
|
<!-- https://jarcasting.com/artifacts/com.aleax.blight/blight-ant-task/ -->
<dependency>
<groupId>com.aleax.blight</groupId>
<artifactId>blight-ant-task</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aleax.blight/blight-ant-task/
implementation 'com.aleax.blight:blight-ant-task:1.0.2'
// https://jarcasting.com/artifacts/com.aleax.blight/blight-ant-task/
implementation ("com.aleax.blight:blight-ant-task:1.0.2")
'com.aleax.blight:blight-ant-task:jar:1.0.2'
<dependency org="com.aleax.blight" name="blight-ant-task" rev="1.0.2">
<artifact name="blight-ant-task" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aleax.blight', module='blight-ant-task', version='1.0.2')
)
libraryDependencies += "com.aleax.blight" % "blight-ant-task" % "1.0.2"
[com.aleax.blight/blight-ant-task "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.aleax.blight : blight-compiler | jar | 1.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| ant : ant | jar | 1.6.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |