GroupId | GroupIdorg.watertemplate |
---|---|
ArtifactId | ArtifactIdwatertemplate-engine |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
watertemplate-engine-1.2.1.pom | |
watertemplate-engine-1.2.1.jar | 57 KB |
watertemplate-engine-1.2.1-sources.jar | 16 KB |
watertemplate-engine-1.2.1-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.watertemplate/watertemplate-engine/ -->
<dependency>
<groupId>org.watertemplate</groupId>
<artifactId>watertemplate-engine</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.watertemplate/watertemplate-engine/
implementation 'org.watertemplate:watertemplate-engine:1.2.1'
// https://jarcasting.com/artifacts/org.watertemplate/watertemplate-engine/
implementation ("org.watertemplate:watertemplate-engine:1.2.1")
'org.watertemplate:watertemplate-engine:jar:1.2.1'
<dependency org="org.watertemplate" name="watertemplate-engine" rev="1.2.1">
<artifact name="watertemplate-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.watertemplate', module='watertemplate-engine', version='1.2.1')
)
libraryDependencies += "org.watertemplate" % "watertemplate-engine" % "1.2.1"
[org.watertemplate/watertemplate-engine "1.2.1"]