Files download
File Operation
lib-validation-1.11.jar download
lib-validation-1.11.pom download
lib-validation-1.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.brienwheeler.lib</groupId>
  <artifactId>lib-validation</artifactId>
  <version>1.11</version>
</dependency>
Gradle Groovy
implementation 'com.brienwheeler.lib:lib-validation:1.11'
Gradle Kotlin
implementation("com.brienwheeler.lib:lib-validation:1.11")
Scala SBT
libraryDependencies += "com.brienwheeler.lib" % "lib-validation" % "1.11"
Groovy Grape
@Grapes(
  @Grab(group='com.brienwheeler.lib', module='lib-validation', version='1.11')
)
Apache Ivy
<dependency org="com.brienwheeler.lib" name="lib-validation" rev="1.11" />
Leiningen
[com.brienwheeler.lib/lib-validation "1.11"]
Apache Buildr
'com.brienwheeler.lib:lib-validation:jar:1.11'