GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdsimplevalidation-standalone |
Version | Version1.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mastfrog/simplevalidation-standalone/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>simplevalidation-standalone</artifactId>
<version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/simplevalidation-standalone/
implementation 'com.mastfrog:simplevalidation-standalone:1.13'
// https://jarcasting.com/artifacts/com.mastfrog/simplevalidation-standalone/
implementation ("com.mastfrog:simplevalidation-standalone:1.13")
'com.mastfrog:simplevalidation-standalone:jar:1.13'
<dependency org="com.mastfrog" name="simplevalidation-standalone" rev="1.13">
<artifact name="simplevalidation-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='simplevalidation-standalone', version='1.13')
)
libraryDependencies += "com.mastfrog" % "simplevalidation-standalone" % "1.13"
[com.mastfrog/simplevalidation-standalone "1.13"]