MVN

io.mfj : textricator-web

Maven & Gradle

Jul 22, 2019
4 stars

Web interface for textricator.

<dependency>
    <groupId>io.mfj</groupId>
    <artifactId>textricator-web</artifactId>
    <version>9.2.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.mfj : textricator-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.2.23

All Versions

Choose a version of io.mfj : textricator-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.2.x
textricator-web-9.2.23

How to add a dependency to Maven

Add the following io.mfj : textricator-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.mfj</groupId>
    <artifactId>textricator-web</artifactId>
    <version>9.2.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.mfj : textricator-web gradle dependency to your build.gradle file:

implementation 'io.mfj:textricator-web:9.2.23'

Gradle Kotlin DSL: Add the following io.mfj : textricator-web gradle kotlin dependency to your build.gradle.kts file:

implementation("io.mfj:textricator-web:9.2.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.mfj : textricator-web sbt scala dependency to your build.sbt file:

libraryDependencies += "io.mfj" % "textricator-web" % "9.2.23"

Advertisement