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