io.github.molumn.catrix.kommand.KommandContent.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of catrix-api Show documentation
Show all versions of catrix-api Show documentation
Kotlin/JVM library for terminal command development
package io.github.molumn.catrix.kommand
data class KommandContent(
val name: String,
val string: String,
val content: T
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy