| License |
License |
|---|---|
| GroupId | GroupIdio.github.itamarc |
| ArtifactId | ArtifactIditemplate |
| Version | Version1.2 |
| Type | Typejar |
| Description |
Descriptionio.github.itamarc:itemplate
ITemplate Java - Fill in text templates with variable content (a.k.a. org.gjt.itemplate)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| itemplate-1.2.pom | |
| itemplate-1.2.jar | 9 KB |
| itemplate-1.2-sources.jar | 7 KB |
| itemplate-1.2-javadoc.jar | 410 KB |
| Browse |
<!-- 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"]
| 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 |