Categories |
CategoriesJPMML Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdorg.jpmml |
ArtifactId | ArtifactIdjpmml-lightgbm |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
jpmml-lightgbm-1.0.7.pom | |
jpmml-lightgbm-1.0.7.jar | 26 KB |
jpmml-lightgbm-1.0.7-sources.jar | 17 KB |
jpmml-lightgbm-1.0.7-javadoc.jar | 79 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jpmml/jpmml-lightgbm/ -->
<dependency>
<groupId>org.jpmml</groupId>
<artifactId>jpmml-lightgbm</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jpmml/jpmml-lightgbm/
implementation 'org.jpmml:jpmml-lightgbm:1.0.7'
// https://jarcasting.com/artifacts/org.jpmml/jpmml-lightgbm/
implementation ("org.jpmml:jpmml-lightgbm:1.0.7")
'org.jpmml:jpmml-lightgbm:jar:1.0.7'
<dependency org="org.jpmml" name="jpmml-lightgbm" rev="1.0.7">
<artifact name="jpmml-lightgbm" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jpmml', module='jpmml-lightgbm', version='1.0.7')
)
libraryDependencies += "org.jpmml" % "jpmml-lightgbm" % "1.0.7"
[org.jpmml/jpmml-lightgbm "1.0.7"]