Categories |
CategoriesIDE Development Tools JBoss Container Application Servers Hibernate Data ORM RESTEasy Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.jboss.resteasy |
ArtifactId | ArtifactIdresteasy-hibernatevalidator-provider |
Version | Version2.3-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-hibernatevalidator-provider/ -->
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-hibernatevalidator-provider</artifactId>
<version>2.3-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-hibernatevalidator-provider/
implementation 'org.jboss.resteasy:resteasy-hibernatevalidator-provider:2.3-RC1'
// https://jarcasting.com/artifacts/org.jboss.resteasy/resteasy-hibernatevalidator-provider/
implementation ("org.jboss.resteasy:resteasy-hibernatevalidator-provider:2.3-RC1")
'org.jboss.resteasy:resteasy-hibernatevalidator-provider:jar:2.3-RC1'
<dependency org="org.jboss.resteasy" name="resteasy-hibernatevalidator-provider" rev="2.3-RC1">
<artifact name="resteasy-hibernatevalidator-provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.resteasy', module='resteasy-hibernatevalidator-provider', version='2.3-RC1')
)
libraryDependencies += "org.jboss.resteasy" % "resteasy-hibernatevalidator-provider" % "2.3-RC1"
[org.jboss.resteasy/resteasy-hibernatevalidator-provider "2.3-RC1"]