MVN

com.github.keran213539 : IK_Analyzer

Maven & Gradle

Jan 22, 2019
2 usages
3 stars

IK_Analyzer_maven · IK 分词器项目maven版.发布到maven中央仓库

<dependency>
    <groupId>com.github.keran213539</groupId>
    <artifactId>IK_Analyzer</artifactId>
    <version>2012FF_hf1_1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.keran213539 : IK_Analyzer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2012FF_hf1_1

All Versions

Choose a version of com.github.keran213539 : IK_Analyzer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2012FF_hf1_1
IK_Analyzer-2012FF_hf1_1
2012FF_hf1
IK_Analyzer-2012FF_hf1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.keran213539</groupId>
    <artifactId>IK_Analyzer</artifactId>
    <version>2012FF_hf1_1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.keran213539 : IK_Analyzer gradle dependency to your build.gradle file:

implementation 'com.github.keran213539:IK_Analyzer:2012FF_hf1_1'

Gradle Kotlin DSL: Add the following com.github.keran213539 : IK_Analyzer gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.keran213539:IK_Analyzer:2012FF_hf1_1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.keran213539 : IK_Analyzer sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.keran213539" % "IK_Analyzer" % "2012FF_hf1_1"

Advertisement