com.river.connector.github.model.Enums.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of connector-github Show documentation
Show all versions of connector-github Show documentation
Extensions & Enterprise Integrations for Kotlin flows.
package com.river.connector.github.model
enum class CompressionType(val type: String) {
ZIP("zipball"), TAR("tarball")
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy