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