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