t

tokenmakermaker

An application to easily create syntax highlighting for custom languages in RSyntaxTextArea.
http://www.fifesoft.com/rsyntaxtextarea/
BSD-3-Clause
Robert Futrell
Files download
File Operation
tokenmakermaker-3.1.1.jar download
tokenmakermaker-3.1.1.pom download
tokenmakermaker-3.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fifesoft</groupId>
  <artifactId>tokenmakermaker</artifactId>
  <version>3.1.1</version>
</dependency>
Gradle Groovy
implementation 'com.fifesoft:tokenmakermaker:3.1.1'
Gradle Kotlin
implementation("com.fifesoft:tokenmakermaker:3.1.1")
Scala SBT
libraryDependencies += "com.fifesoft" % "tokenmakermaker" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.fifesoft', module='tokenmakermaker', version='3.1.1')
)
Apache Ivy
<dependency org="com.fifesoft" name="tokenmakermaker" rev="3.1.1" />
Leiningen
[com.fifesoft/tokenmakermaker "3.1.1"]
Apache Buildr
'com.fifesoft:tokenmakermaker:jar:3.1.1'