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