Categories |
CategoriesAnt Build Tools Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.kantega.respiro |
ArtifactId | ArtifactIdrespiro-jersey-validation-plugin |
Version | Version1.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kantega.respiro/respiro-jersey-validation-plugin/ -->
<dependency>
<groupId>org.kantega.respiro</groupId>
<artifactId>respiro-jersey-validation-plugin</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-jersey-validation-plugin/
implementation 'org.kantega.respiro:respiro-jersey-validation-plugin:1.8'
// https://jarcasting.com/artifacts/org.kantega.respiro/respiro-jersey-validation-plugin/
implementation ("org.kantega.respiro:respiro-jersey-validation-plugin:1.8")
'org.kantega.respiro:respiro-jersey-validation-plugin:jar:1.8'
<dependency org="org.kantega.respiro" name="respiro-jersey-validation-plugin" rev="1.8">
<artifact name="respiro-jersey-validation-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kantega.respiro', module='respiro-jersey-validation-plugin', version='1.8')
)
libraryDependencies += "org.kantega.respiro" % "respiro-jersey-validation-plugin" % "1.8"
[org.kantega.respiro/respiro-jersey-validation-plugin "1.8"]