Why to.science.core?
to.science.core is thought to be the forthcoming core library of the Toolbox Open Science Environment. For keeping usage simple and allowing a widespread usage, to.science.core comes as a Java-Library provided either as jar-file with dependencies (via github release) or as Library provided by one of the Maven Central Repositories. The latter allows the usage within Maven or sbt-Project for instance.
Where to find to.science.core?
Bring to.science.core into your project by popular dependency management is like this:
Maven
Copy this code into the dependencies section in the projects pom.xml file
<dependency>
<groupId>io.github.hbz</groupId>
<artifactId>to.science.core</artifactId>
<version>1.3.6</version>
</dependency>
sbt
Copy this code into the dependencies section in the projects build.sbt file
libraryDependencies += "io.github.hbz" % "to.science.core" % "1.3.6"
Since to.science.core is available from Maven Central Repository this is all you need to do if you’re using a Build-Tool with dependency management.
I’d like to use the jar-Library in my project without any matured build tools
Please find the latest version of to.science.core within the release section of Github.