diff --git a/non-maven/base-18.09.0.pom b/non-maven/base-18.09.0.pom new file mode 100644 index 00000000..c18440b7 --- /dev/null +++ b/non-maven/base-18.09.0.pom @@ -0,0 +1,47 @@ + + + 4.0.0 + + cisd + base + 18.09.0 + + ETH SIS Base Library + Base library supporting JHDF5, among other projects. + + ETH Zurich Scientific IT Services + https://sis.id.ethz.ch/ + + + + Apache 2 + https://apache.org/licenses/LICENSE-2.0.txt + repo + + + + + scm:git:https://sissource.ethz.ch/sispub/base + scm:git:https://sissource.ethz.ch/sispub/base + 18.09.0 + https://sissource.ethz.ch/sispub/base + + + + 2.7 + 3.10 + + + + + commons-io + commons-io + ${commons-io.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + diff --git a/non-maven/jhdf5-19.04.0.pom b/non-maven/jhdf5-19.04.0.pom new file mode 100644 index 00000000..967ec27d --- /dev/null +++ b/non-maven/jhdf5-19.04.0.pom @@ -0,0 +1,66 @@ + + + 4.0.0 + + cisd + jhdf5 + 19.04.0 + + JHDF5 (HDF5 for Java) + + HDF5 is an efficient, well-documented, non-proprietary binary data format + and library developed and maintained by the HDF Group. The library provided + by the HDF Group is written in C and available under a liberal BSD-style + Open Source software license. It has over 600 API calls and is very powerful + and configurable, but it is not trivial to use. + + JHDF5 is a Java binding for HDF5 focusing on ease-of-use, which was + developed by CISD and is now maintained by ETH SIS. It is available under + the Apache License 2.0. The library contains HDF5 1.10 from the HDF Group + and files created with JHDF5 are fully compatible with HDF 1.10 (or HDF5 1.8 + if you initialize the library appropriately). + + https://wiki-bsse.ethz.ch/display/JHDF5/ + + ETH Zurich Scientific IT Services + https://sis.id.ethz.ch/ + + + + Apache 2 + https://apache.org/licenses/LICENSE-2.0.txt + repo + + + + + scm:git:https://sissource.ethz.ch/sispub/jhdf5 + scm:git:https://sissource.ethz.ch/sispub/jhdf5 + 19.04.0 + https://sissource.ethz.ch/sispub/jhdf5 + + + + 18.09.0 + 2.7 + 3.10 + + + + + cisd + base + ${base.version} + + + commons-io + commons-io + ${commons-io.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + +