GroupId | GroupIdorg.watertemplate |
---|---|
ArtifactId | ArtifactIdwatertemplate-example |
Version | Version1.2.1 |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.watertemplate/watertemplate-example/ -->
<dependency>
<groupId>org.watertemplate</groupId>
<artifactId>watertemplate-example</artifactId>
<version>1.2.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.watertemplate/watertemplate-example/
implementation 'org.watertemplate:watertemplate-example:1.2.1'
// https://jarcasting.com/artifacts/org.watertemplate/watertemplate-example/
implementation ("org.watertemplate:watertemplate-example:1.2.1")
'org.watertemplate:watertemplate-example:war:1.2.1'
<dependency org="org.watertemplate" name="watertemplate-example" rev="1.2.1">
<artifact name="watertemplate-example" type="war" />
</dependency>
@Grapes(
@Grab(group='org.watertemplate', module='watertemplate-example', version='1.2.1')
)
libraryDependencies += "org.watertemplate" % "watertemplate-example" % "1.2.1"
[org.watertemplate/watertemplate-example "1.2.1"]