o

os-nlp-spring-boot-starter

os-ali-nlp-starter模块
文件下载
文件名 操作
os-nlp-spring-boot-starter-0.8.6.jar 下载
os-nlp-spring-boot-starter-0.8.6.pom 下载
os-nlp-spring-boot-starter-0.8.6-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.clarkstore</groupId>
  <artifactId>os-nlp-spring-boot-starter</artifactId>
  <version>0.8.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.clarkstore:os-nlp-spring-boot-starter:0.8.6'
Gradle Kotlin
implementation("com.github.clarkstore:os-nlp-spring-boot-starter:0.8.6")
Scala SBT
libraryDependencies += "com.github.clarkstore" % "os-nlp-spring-boot-starter" % "0.8.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.clarkstore', module='os-nlp-spring-boot-starter', version='0.8.6')
)
Apache Ivy
<dependency org="com.github.clarkstore" name="os-nlp-spring-boot-starter" rev="0.8.6" />
Leiningen
[com.github.clarkstore/os-nlp-spring-boot-starter "0.8.6"]
Apache Buildr
'com.github.clarkstore:os-nlp-spring-boot-starter:jar:0.8.6'