m

mirai-hibernate-nlp

mirai-hibernate-nlp
https://github.com/cssxsh/mirai-hibernate-nlp
AGPL-3.0
cssxsh
文件下载
文件名 操作
mirai-hibernate-nlp-1.0.0.jar 下载
mirai-hibernate-nlp-1.0.0.pom 下载
mirai-hibernate-nlp-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>xyz.cssxsh.mirai</groupId>
  <artifactId>mirai-hibernate-nlp</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'xyz.cssxsh.mirai:mirai-hibernate-nlp:1.0.0'
Gradle Kotlin
implementation("xyz.cssxsh.mirai:mirai-hibernate-nlp:1.0.0")
Scala SBT
libraryDependencies += "xyz.cssxsh.mirai" % "mirai-hibernate-nlp" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='xyz.cssxsh.mirai', module='mirai-hibernate-nlp', version='1.0.0')
)
Apache Ivy
<dependency org="xyz.cssxsh.mirai" name="mirai-hibernate-nlp" rev="1.0.0" />
Leiningen
[xyz.cssxsh.mirai/mirai-hibernate-nlp "1.0.0"]
Apache Buildr
'xyz.cssxsh.mirai:mirai-hibernate-nlp:jar:1.0.0'