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