GroupId | GroupIdcom.github.ptrajdos |
---|---|
ArtifactId | ArtifactIdPiecewiseLinearClassifiers |
Version | Version2.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.ptrajdos/PiecewiseLinearClassifiers/ -->
<dependency>
<groupId>com.github.ptrajdos</groupId>
<artifactId>PiecewiseLinearClassifiers</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ptrajdos/PiecewiseLinearClassifiers/
implementation 'com.github.ptrajdos:PiecewiseLinearClassifiers:2.1.3'
// https://jarcasting.com/artifacts/com.github.ptrajdos/PiecewiseLinearClassifiers/
implementation ("com.github.ptrajdos:PiecewiseLinearClassifiers:2.1.3")
'com.github.ptrajdos:PiecewiseLinearClassifiers:jar:2.1.3'
<dependency org="com.github.ptrajdos" name="PiecewiseLinearClassifiers" rev="2.1.3">
<artifact name="PiecewiseLinearClassifiers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ptrajdos', module='PiecewiseLinearClassifiers', version='2.1.3')
)
libraryDependencies += "com.github.ptrajdos" % "PiecewiseLinearClassifiers" % "2.1.3"
[com.github.ptrajdos/PiecewiseLinearClassifiers "2.1.3"]