![JAR search and dependency download from the Maven repository](/logo.png)
models.CompilationUnit.scala Maven / Gradle / Ivy
The newest version!
package avrohugger
package models
import java.nio.file.Path
case class CompilationUnit(maybeFilePath: Option[Path], codeString: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy