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