s

smartype-api

Smartype Data Quality and JSON enforcement library
https://github.com/mparticle/smartype
The Apache Software License, Version 2.0
Sam Dozor Peter Jenkins
Files download
File Operation
smartype-api-1.2.2.jar download
smartype-api-1.2.2.pom download
smartype-api-1.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mparticle</groupId>
  <artifactId>smartype-api</artifactId>
  <version>1.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.mparticle:smartype-api:1.2.2'
Gradle Kotlin
implementation("com.mparticle:smartype-api:1.2.2")
Scala SBT
libraryDependencies += "com.mparticle" % "smartype-api" % "1.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.mparticle', module='smartype-api', version='1.2.2')
)
Apache Ivy
<dependency org="com.mparticle" name="smartype-api" rev="1.2.2" />
Leiningen
[com.mparticle/smartype-api "1.2.2"]
Apache Buildr
'com.mparticle:smartype-api:jar:1.2.2'