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