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

com.autonomousapps.kit.File.kt Maven / Gradle / Ivy

package com.autonomousapps.kit

/** An arbitrary file. */
public class File(
  public val path: String,
  public val content: String,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy