<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-cas_2.12</artifactId>
<version>2.3.0</version>
</dependency>
@Grapes(
@Grab(group='com.github.haifengl', module='smile-cas_2.12', version='2.3.0')
)
compile
|-- org.scala-lang:scala-library:2.12.11
test
|-- org.slf4j:slf4j-simple:1.7.30
|-- junit:junit:4.13