Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdbr.com.caelum.stella |
ArtifactId | ArtifactIdcaelum-stella-hibernate-validator |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/br.com.caelum.stella/caelum-stella-hibernate-validator/ -->
<dependency>
<groupId>br.com.caelum.stella</groupId>
<artifactId>caelum-stella-hibernate-validator</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.caelum.stella/caelum-stella-hibernate-validator/
implementation 'br.com.caelum.stella:caelum-stella-hibernate-validator:1.0'
// https://jarcasting.com/artifacts/br.com.caelum.stella/caelum-stella-hibernate-validator/
implementation ("br.com.caelum.stella:caelum-stella-hibernate-validator:1.0")
'br.com.caelum.stella:caelum-stella-hibernate-validator:jar:1.0'
<dependency org="br.com.caelum.stella" name="caelum-stella-hibernate-validator" rev="1.0">
<artifact name="caelum-stella-hibernate-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.caelum.stella', module='caelum-stella-hibernate-validator', version='1.0')
)
libraryDependencies += "br.com.caelum.stella" % "caelum-stella-hibernate-validator" % "1.0"
[br.com.caelum.stella/caelum-stella-hibernate-validator "1.0"]