GroupId | GroupIdhr.ngs.templater |
---|---|
ArtifactId | ArtifactIdtemplater |
Version | Version4.3.0 |
Type | Typejar |
Filename | Size |
---|---|
templater-4.3.0.pom | |
templater-4.3.0.jar | 1 MB |
templater-4.3.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/hr.ngs.templater/templater/ -->
<dependency>
<groupId>hr.ngs.templater</groupId>
<artifactId>templater</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/hr.ngs.templater/templater/
implementation 'hr.ngs.templater:templater:4.3.0'
// https://jarcasting.com/artifacts/hr.ngs.templater/templater/
implementation ("hr.ngs.templater:templater:4.3.0")
'hr.ngs.templater:templater:jar:4.3.0'
<dependency org="hr.ngs.templater" name="templater" rev="4.3.0">
<artifact name="templater" type="jar" />
</dependency>
@Grapes(
@Grab(group='hr.ngs.templater', module='templater', version='4.3.0')
)
libraryDependencies += "hr.ngs.templater" % "templater" % "4.3.0"
[hr.ngs.templater/templater "4.3.0"]