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