util.Yaml.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evaluation-proxy-core Show documentation
Show all versions of evaluation-proxy-core Show documentation
Core package for Amplitude's evaluation proxy.
package com.amplitude.util
import com.charleskorn.kaml.Yaml
import com.charleskorn.kaml.YamlConfiguration
val yaml = Yaml(configuration = YamlConfiguration(strictMode = false))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy