Formatting text is not the eaisest, and you have more important things to do. Let us help!
Add the dependency to your project:
- Mill
def ivyDeps = Agg( ivy"com.potenciasoftware::formats:[[version]]" )
- Ammonite
import $ivy.`com.potenciasoftware::formats:[[version]]`
- sbt
libraryDependencies += "com.potenciasoftware" %% "formats" % "[[version]]"
- Maven
<dependency> <groupId>com.potenciasoftware</groupId> <artifactId>formats_2.13</artifactId> <version>[[version]]</version> </dependency>