Skip to content

potencia/formats

Repository files navigation

Powerful Formats

Formatting text is not the eaisest, and you have more important things to do. Let us help!

Usage

Badge-SonatypeReleases

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>