<dependency> <groupId>com.github.haifengl</groupId> <artifactId>smile-nlp</artifactId> <version>2.6.0</version> </dependency>
implementation 'com.github.haifengl:smile-nlp:2.6.0'
implementation("com.github.haifengl:smile-nlp:2.6.0")
libraryDependencies += "com.github.haifengl" % "smile-nlp" % "2.6.0"
@Grapes( @Grab(group='com.github.haifengl', module='smile-nlp', version='2.6.0') )
<dependency org="com.github.haifengl" name="smile-nlp" rev="2.6.0" />
[com.github.haifengl/smile-nlp "2.6.0"]
'com.github.haifengl:smile-nlp:jar:2.6.0'
compile
|-- com.github.haifengl:smile-core:2.6.0
test
|-- org.slf4j:slf4j-simple:1.7.30
|-- junit:junit:4.13.1
|-- com.novocode:junit-interface:0.11