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