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