io.github.itamarc:itemplate

ITemplate Java - Fill in text templates with variable content (a.k.a. org.gjt.itemplate)

License

License

GroupId

GroupId

io.github.itamarc
ArtifactId

ArtifactId

itemplate
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

io.github.itamarc:itemplate
ITemplate Java - Fill in text templates with variable content (a.k.a. org.gjt.itemplate)
Project URL

Project URL

https://github.com/itamarc/itemplate/
Source Code Management

Source Code Management

http://github.com/itamarc/itemplate/tree/master

Download itemplate

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.2
org.junit.jupiter : junit-jupiter-engine jar 5.6.2
org.junit.jupiter : junit-jupiter-params jar 5.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1