Download rtext-1.1.0.jar file - Jar r

Jar examples for r:rtext

Description

RText is a powerful, cross-platform programmer's text editor written in Java. It is designed to be easy to use, highly customizable and flexible. Part of RText's design is for the source code to be simple, easy to understand, and well documented, so that other programmers can look into its inner-workings and figure out how RText ticks with ease. A good place to start (besides the source code) is the Javadoc for all classes used in the project.

You can download jar file rtext 1.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add rtext-1.1.0.jar to your project.

<dependency>
   <groupId>com.fifesoft.rtext</groupId>
   <artifactId>rtext</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.fifesoft.rtext', name: 'rtext', version: '1.1.0'
libraryDependencies += "com.fifesoft.rtext" % "rtext" % "1.1.0"
<dependency org="com.fifesoft.rtext" name="rtext" rev="1.1.0"/>
@Grapes(@Grab(group='com.fifesoft.rtext', module='rtext', version='1.1.0'))
'com.fifesoft.rtext:rtext:jar:1.1.0'

Download

Click the following link to download the jar file.

rtext-1.1.0.jar
rtext-1.1.0-javadoc.jar
rtext-1.1.0.pom
rtext-1.1.0-sources.jar



Related Tutorials