MVN

com.fifesoft : tokenmakermaker

Maven & Gradle

Jun 13, 2021
7 stars

TokenMakerMaker · An application to easily create syntax highlighting for custom languages in RSyntaxTextArea.

<dependency>
    <groupId>com.fifesoft</groupId>
    <artifactId>tokenmakermaker</artifactId>
    <version>3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fifesoft : tokenmakermaker to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.1

All Versions

Choose a version of com.fifesoft : tokenmakermaker to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
tokenmakermaker-3.1.1
tokenmakermaker-3.1.0

How to add a dependency to Maven

Add the following com.fifesoft : tokenmakermaker maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fifesoft</groupId>
    <artifactId>tokenmakermaker</artifactId>
    <version>3.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fifesoft : tokenmakermaker gradle dependency to your build.gradle file:

implementation 'com.fifesoft:tokenmakermaker:3.1.1'

Gradle Kotlin DSL: Add the following com.fifesoft : tokenmakermaker gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fifesoft:tokenmakermaker:3.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fifesoft : tokenmakermaker sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fifesoft" % "tokenmakermaker" % "3.1.1"

Advertisement

Dependencies from Group

Aug 01, 2023
105 usages
990 stars
Jan 14, 2023
26 usages
148 stars
Oct 03, 2022
9 usages
55 stars
Jan 14, 2023
4 usages
42 stars
Dec 18, 2022
2 usages
34 stars

Discover Dependencies