MVN

com.github.sanskrit-coders : wiki-tools

Maven & Gradle

May 27, 2017
0 stars

Indic Wiki tools · A collection of scala classes for some basic wiki manipulation, contributed by the open source Sanskrit NLP project and friends. Some notable facilities: * Use bots to write to wiki projects (wiktionary, wikisource, wikipedia etc..). * Iterate through output of OCR programs such as SanskritOCR. Contributions and suggestions are invited at https://github.com/sanskrit-coders/stardict-sanskrit . (Sister projects there may also be of interest.)

<dependency>
    <groupId>com.github.sanskrit-coders</groupId>
    <artifactId>wiki-tools</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sanskrit-coders : wiki-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0

All Versions

Choose a version of com.github.sanskrit-coders : wiki-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
wiki-tools-1.0

How to add a dependency to Maven

Add the following com.github.sanskrit-coders : wiki-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.sanskrit-coders</groupId>
    <artifactId>wiki-tools</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.sanskrit-coders : wiki-tools gradle dependency to your build.gradle file:

implementation 'com.github.sanskrit-coders:wiki-tools:1.0'

Gradle Kotlin DSL: Add the following com.github.sanskrit-coders : wiki-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.sanskrit-coders:wiki-tools:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.sanskrit-coders : wiki-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.sanskrit-coders" % "wiki-tools" % "1.0"

Advertisement