This is a collection of Java utilities to simplify access to STRING-DB PostgreSQL data.
First edit resources/jdbc-v1.0.properties
and save under /opt/stringdb/jdbc-v1.0.properties
.
The project requires at least JDK 1.7.
The project uses Maven as its build system.
In order to build it, simply run the mvn clean package -DskipTests
command in the cloned directory.
The jar file will be created under target/
.
To include it in your project, you can find the artifacts in our repo (but please setup local mirroring):
<repository> <id>vmering</id> <name>vmering repository</name> <url>http://imlslnx-titan.uzh.ch/nexus/content/repositories/vmering</url> </repository>
For any questions, comments, remarks, drop me an email
This software is licensed under the Apache 2 license, quoted below. Copyright 2014 University of Zürich, SIB, and others. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.