Categories |
CategoriesData Smile Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdcom.github.haifengl |
ArtifactId | ArtifactIdsmile-data |
Version | Version2.4.0 |
Type | Typejar |
Filename | Size |
---|---|
smile-data-2.4.0.pom | |
smile-data-2.4.0.jar | 192 KB |
smile-data-2.4.0-sources.jar | 126 KB |
smile-data-2.4.0-javadoc.jar | 262 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.haifengl/smile-data/ -->
<dependency>
<groupId>com.github.haifengl</groupId>
<artifactId>smile-data</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.haifengl/smile-data/
implementation 'com.github.haifengl:smile-data:2.4.0'
// https://jarcasting.com/artifacts/com.github.haifengl/smile-data/
implementation ("com.github.haifengl:smile-data:2.4.0")
'com.github.haifengl:smile-data:jar:2.4.0'
<dependency org="com.github.haifengl" name="smile-data" rev="2.4.0">
<artifact name="smile-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.haifengl', module='smile-data', version='2.4.0')
)
libraryDependencies += "com.github.haifengl" % "smile-data" % "2.4.0"
[com.github.haifengl/smile-data "2.4.0"]