
org.clapper.scalasti.Constants.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalasti_2.12 Show documentation
Show all versions of scalasti_2.12 Show documentation
A Scala-friendly wrapper for Terence Parr's ST library
The newest version!
package org.clapper.scalasti
/** Miscellaneous shared constants.
*/
object Constants {
val DefaultEncoding = "UTF-8"
val DefaultStartChar = '<'
val DefaultStopChar = '>'
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy