s

smartype-api

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