GroupId | GroupIdcom.jslsolucoes |
---|---|
ArtifactId | ArtifactIdbean-validation-ee |
Version | Version1.0.26 |
Type | Typejar |
Filename | Size |
---|---|
bean-validation-ee-1.0.26.pom | |
bean-validation-ee-1.0.26.jar | 13 KB |
bean-validation-ee-1.0.26-sources.jar | 8 KB |
bean-validation-ee-1.0.26-javadoc.jar | 75 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jslsolucoes/bean-validation-ee/ -->
<dependency>
<groupId>com.jslsolucoes</groupId>
<artifactId>bean-validation-ee</artifactId>
<version>1.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.jslsolucoes/bean-validation-ee/
implementation 'com.jslsolucoes:bean-validation-ee:1.0.26'
// https://jarcasting.com/artifacts/com.jslsolucoes/bean-validation-ee/
implementation ("com.jslsolucoes:bean-validation-ee:1.0.26")
'com.jslsolucoes:bean-validation-ee:jar:1.0.26'
<dependency org="com.jslsolucoes" name="bean-validation-ee" rev="1.0.26">
<artifact name="bean-validation-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jslsolucoes', module='bean-validation-ee', version='1.0.26')
)
libraryDependencies += "com.jslsolucoes" % "bean-validation-ee" % "1.0.26"
[com.jslsolucoes/bean-validation-ee "1.0.26"]