r

rtext-root-pom

The top-most pom for building the RText editor application and associated editor components and libraries.
http://www.fifesoft.com/rsyntaxtextarea/
GNU Lesser General Public License
Robert Futrell
Files download
File Operation
rtext-root-pom-2.pom download
Apache Maven
<dependency>
  <groupId>com.fifesoft</groupId>
  <artifactId>rtext-root-pom</artifactId>
  <version>2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.fifesoft:rtext-root-pom:2'
Gradle Kotlin
implementation("com.fifesoft:rtext-root-pom:2")
Scala SBT
libraryDependencies += "com.fifesoft" % "rtext-root-pom" % "2"
Groovy Grape
@Grapes(
  @Grab(group='com.fifesoft', module='rtext-root-pom', version='2')
)
Apache Ivy
<dependency org="com.fifesoft" name="rtext-root-pom" rev="2" />
Leiningen
[com.fifesoft/rtext-root-pom "2"]
Apache Buildr
'com.fifesoft:rtext-root-pom:jar:2'