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

com.natpryce.krouton.UrlTemplateElement.kt Maven / Gradle / Ivy

There is a newer version: 2.4.0.0
Show newest version
package com.natpryce.krouton

sealed class UrlTemplateElement
data class Literal(val value: String) : UrlTemplateElement()
data class Variable(val name: String) : UrlTemplateElement()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy