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