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