e

enterprise-validator

Enterprise Validator for YAML, JSON and XML formats and also options for Base64 encoding and decoding
MIT License
Anand Varkey Philips
Files download
File Operation
enterprise-validator-2.3.0.jar download
enterprise-validator-2.3.0.pom download
enterprise-validator-2.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.anandvarkeyphilips</groupId>
  <artifactId>enterprise-validator</artifactId>
  <version>2.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.anandvarkeyphilips:enterprise-validator:2.3.0'
Gradle Kotlin
implementation("com.github.anandvarkeyphilips:enterprise-validator:2.3.0")
Scala SBT
libraryDependencies += "com.github.anandvarkeyphilips" % "enterprise-validator" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.anandvarkeyphilips', module='enterprise-validator', version='2.3.0')
)
Apache Ivy
<dependency org="com.github.anandvarkeyphilips" name="enterprise-validator" rev="2.3.0" />
Leiningen
[com.github.anandvarkeyphilips/enterprise-validator "2.3.0"]
Apache Buildr
'com.github.anandvarkeyphilips:enterprise-validator:jar:2.3.0'