p

pa-toolbox

This is a Java library of some tools that happened to be useful in a predictive-analytics environment. Though, most are not specific to this area and might be of general interest.
http://h2b.de
Apache License, Version 2.0
Hans-Hermann Bode
Files download
File Operation
pa-toolbox-1.1.0.pom download
Apache Maven
<dependency>
  <groupId>de.h2b.java.lib</groupId>
  <artifactId>pa-toolbox</artifactId>
  <version>1.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.h2b.java.lib:pa-toolbox:1.1.0'
Gradle Kotlin
implementation("de.h2b.java.lib:pa-toolbox:1.1.0")
Scala SBT
libraryDependencies += "de.h2b.java.lib" % "pa-toolbox" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='de.h2b.java.lib', module='pa-toolbox', version='1.1.0')
)
Apache Ivy
<dependency org="de.h2b.java.lib" name="pa-toolbox" rev="1.1.0" />
Leiningen
[de.h2b.java.lib/pa-toolbox "1.1.0"]
Apache Buildr
'de.h2b.java.lib:pa-toolbox:jar:1.1.0'
Dependencies
The project has no third-party dependencies