Files download
File Operation
text-provider-json-0.11.0.jar download
text-provider-json-0.11.0.pom download
text-provider-json-0.11.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.ardoco</groupId>
  <artifactId>text-provider-json</artifactId>
  <version>0.11.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.ardoco:text-provider-json:0.11.0'
Gradle Kotlin
implementation("io.github.ardoco:text-provider-json:0.11.0")
Scala SBT
libraryDependencies += "io.github.ardoco" % "text-provider-json" % "0.11.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.ardoco', module='text-provider-json', version='0.11.0')
)
Apache Ivy
<dependency org="io.github.ardoco" name="text-provider-json" rev="0.11.0" />
Leiningen
[io.github.ardoco/text-provider-json "0.11.0"]
Apache Buildr
'io.github.ardoco:text-provider-json:jar:0.11.0'