<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-interpolation</artifactId>
<version>2.1.1</version>
</dependency>
@Grapes(
@Grab(group='com.github.haifengl', module='smile-interpolation', version='2.1.1')
)
compile
|-- com.github.haifengl:smile-math:2.1.1
test
|-- org.slf4j:slf4j-simple:1.7.26
|-- junit:junit:4.12