All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.river.connector.github.model.Enums.kt Maven / Gradle / Ivy

There is a newer version: 1.0.0-alpha18
Show newest version
package com.river.connector.github.model

enum class CompressionType(val type: String) {
    ZIP("zipball"), TAR("tarball")
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy