f

format

Alternative implementation of java.text.MessageFormat
https://autores.uk
Apache License, Version 2.0
Files download
File Operation
format-8.0.1-beta.jar download
format-8.0.1-beta.pom download
format-8.0.1-beta-sources.jar download
Apache Maven
<dependency>
  <groupId>uk.autores</groupId>
  <artifactId>format</artifactId>
  <version>8.0.1-beta</version>
</dependency>
Gradle Groovy
implementation 'uk.autores:format:8.0.1-beta'
Gradle Kotlin
implementation("uk.autores:format:8.0.1-beta")
Scala SBT
libraryDependencies += "uk.autores" % "format" % "8.0.1-beta"
Groovy Grape
@Grapes(
  @Grab(group='uk.autores', module='format', version='8.0.1-beta')
)
Apache Ivy
<dependency org="uk.autores" name="format" rev="8.0.1-beta" />
Leiningen
[uk.autores/format "8.0.1-beta"]
Apache Buildr
'uk.autores:format:jar:8.0.1-beta'