Go Template for Java

A handwrite go template parser for Java

License

License

GroupId

GroupId

io.github.verils
ArtifactId

ArtifactId

gotemplate4j
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

Go Template for Java
A handwrite go template parser for Java
Project URL

Project URL

https://github.com/verils/gotemplate4j
Source Code Management

Source Code Management

https://github.com/verils/gotemplate4j/tree/master

Download gotemplate4j

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.verils/gotemplate4j/ -->
<dependency>
    <groupId>io.github.verils</groupId>
    <artifactId>gotemplate4j</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.verils/gotemplate4j/
implementation 'io.github.verils:gotemplate4j:0.2.0'
// https://jarcasting.com/artifacts/io.github.verils/gotemplate4j/
implementation ("io.github.verils:gotemplate4j:0.2.0")
'io.github.verils:gotemplate4j:jar:0.2.0'
<dependency org="io.github.verils" name="gotemplate4j" rev="0.2.0">
  <artifact name="gotemplate4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.verils', module='gotemplate4j', version='0.2.0')
)
libraryDependencies += "io.github.verils" % "gotemplate4j" % "0.2.0"
[io.github.verils/gotemplate4j "0.2.0"]

Dependencies

compile (1)

Group / Artifact Type Version
commons-io : commons-io jar 2.11.0

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0
0.1.0