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