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