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