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