<dependency> <groupId>com.github.haifengl</groupId> <artifactId>smile-nlp</artifactId> <version>4.0.0</version> </dependency>
implementation 'com.github.haifengl:smile-nlp:4.0.0'
implementation("com.github.haifengl:smile-nlp:4.0.0")
libraryDependencies += "com.github.haifengl" % "smile-nlp" % "4.0.0"
@Grapes( @Grab(group='com.github.haifengl', module='smile-nlp', version='4.0.0') )
<dependency org="com.github.haifengl" name="smile-nlp" rev="4.0.0" />
[com.github.haifengl/smile-nlp "4.0.0"]
'com.github.haifengl:smile-nlp:jar:4.0.0'
compile
|-- com.github.haifengl:smile-core:4.0.0
|-- org.slf4j:slf4j-api:2.0.16
test
|-- org.slf4j:slf4j-simple:2.0.16
|-- org.junit.jupiter:junit-jupiter-engine:5.11.3
|-- com.github.sbt.junit:jupiter-interface:0.13.1