GroupId | GroupIdcom.github.a14e |
---|---|
ArtifactId | ArtifactIdsimplevalidation_2.12 |
Version | Version0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.a14e/simplevalidation_2.12/ -->
<dependency>
<groupId>com.github.a14e</groupId>
<artifactId>simplevalidation_2.12</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.a14e/simplevalidation_2.12/
implementation 'com.github.a14e:simplevalidation_2.12:0.2'
// https://jarcasting.com/artifacts/com.github.a14e/simplevalidation_2.12/
implementation ("com.github.a14e:simplevalidation_2.12:0.2")
'com.github.a14e:simplevalidation_2.12:jar:0.2'
<dependency org="com.github.a14e" name="simplevalidation_2.12" rev="0.2">
<artifact name="simplevalidation_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.a14e', module='simplevalidation_2.12', version='0.2')
)
libraryDependencies += "com.github.a14e" % "simplevalidation_2.12" % "0.2"
[com.github.a14e/simplevalidation_2.12 "0.2"]