| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.s24.ant |
| ArtifactId | ArtifactIdjinja4ant |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjinja4ant
Jinja integration for ANT
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jinja4ant-1.0.0.pom | |
| jinja4ant-1.0.0.jar | 4 MB |
| jinja4ant-1.0.0-sources.jar | 2 KB |
| jinja4ant-1.0.0-javadoc.jar | 30 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.s24.ant/jinja4ant/ -->
<dependency>
<groupId>com.s24.ant</groupId>
<artifactId>jinja4ant</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.s24.ant/jinja4ant/
implementation 'com.s24.ant:jinja4ant:1.0.0'
// https://jarcasting.com/artifacts/com.s24.ant/jinja4ant/
implementation ("com.s24.ant:jinja4ant:1.0.0")
'com.s24.ant:jinja4ant:jar:1.0.0'
<dependency org="com.s24.ant" name="jinja4ant" rev="1.0.0">
<artifact name="jinja4ant" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.s24.ant', module='jinja4ant', version='1.0.0')
)
libraryDependencies += "com.s24.ant" % "jinja4ant" % "1.0.0"
[com.s24.ant/jinja4ant "1.0.0"]