MVN

fi.seco : lexicalanalysis

Maven & Gradle

Jan 09, 2018
1 stars

Language analysis services · Services for language analysis in multiple languages

<dependency>
    <groupId>fi.seco</groupId>
    <artifactId>lexicalanalysis</artifactId>
    <version>1.5.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fi.seco : lexicalanalysis to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.14

All Versions

Choose a version of fi.seco : lexicalanalysis to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
lexicalanalysis-1.5.14
lexicalanalysis-1.5.13
lexicalanalysis-1.5.0
1.4.x
lexicalanalysis-1.4.9
lexicalanalysis-1.4.8

How to add a dependency to Maven

Add the following fi.seco : lexicalanalysis maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fi.seco</groupId>
    <artifactId>lexicalanalysis</artifactId>
    <version>1.5.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fi.seco : lexicalanalysis gradle dependency to your build.gradle file:

implementation 'fi.seco:lexicalanalysis:1.5.14'

Gradle Kotlin DSL: Add the following fi.seco : lexicalanalysis gradle kotlin dependency to your build.gradle.kts file:

implementation("fi.seco:lexicalanalysis:1.5.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following fi.seco : lexicalanalysis sbt scala dependency to your build.sbt file:

libraryDependencies += "fi.seco" % "lexicalanalysis" % "1.5.14"

Advertisement