| Categories |
CategoriesSmile Business Logic Libraries Machine Learning |
|---|---|
| GroupId | GroupIdorg.xbib |
| ArtifactId | ArtifactIdcontent-smile |
| Version | Version2.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| content-smile-2.0.4.pom | |
| content-smile-2.0.4.jar | 4 KB |
| content-smile-2.0.4-sources.jar | 3 KB |
| content-smile-2.0.4-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/content-smile/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>content-smile</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/content-smile/
implementation 'org.xbib:content-smile:2.0.4'
// https://jarcasting.com/artifacts/org.xbib/content-smile/
implementation ("org.xbib:content-smile:2.0.4")
'org.xbib:content-smile:jar:2.0.4'
<dependency org="org.xbib" name="content-smile" rev="2.0.4">
<artifact name="content-smile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='content-smile', version='2.0.4')
)
libraryDependencies += "org.xbib" % "content-smile" % "2.0.4"
[org.xbib/content-smile "2.0.4"]