Created
August 25, 2011 06:38
-
-
Save keiono/1170110 to your computer and use it in GitHub Desktop.
Cytoscape semantic web plugin dependency
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Blueprints graph implementation bundles --> | |
<!-- <dependency> <groupId>org.cytoscape.blueprints</groupId> <artifactId>blueprints-graph-cytoscape</artifactId> | |
<version>0.1.0</version> </dependency> --> | |
<dependency> | |
<groupId>org.cytoscape.wrappers</groupId> | |
<artifactId>tinkerpop-blueprints-core</artifactId> | |
<version>0.9</version> | |
</dependency> | |
<dependency> | |
<groupId>org.cytoscape.wrappers</groupId> | |
<artifactId>tinkerpop-blueprints-neo4j-graph</artifactId> | |
<version>0.9</version> | |
</dependency> | |
<dependency> | |
<groupId>org.cytoscape.wrappers</groupId> | |
<artifactId>tinkerpop-blueprints-sail-graph</artifactId> | |
<version>0.9</version> | |
</dependency> | |
<dependency> | |
<groupId>org.cytoscape.wrappers</groupId> | |
<artifactId>openrdf-sesame-all</artifactId> | |
<version>2.4.2</version> | |
</dependency> | |
<dependency> | |
<groupId>org.slf4j</groupId> | |
<artifactId>slf4j-log4j12</artifactId> | |
<version>1.6.1</version> | |
</dependency> | |
<dependency> | |
<groupId>org.slf4j</groupId> | |
<artifactId>slf4j-api</artifactId> | |
<version>1.6.1</version> | |
</dependency> | |
<!-- <dependency> | |
<groupId>org.cytoscape.blueprints</groupId> | |
<artifactId>cytoscape-test-driver</artifactId> | |
<version>0.0.1</version> | |
</dependency> --> | |
<dependency> | |
<groupId>org.cytoscape</groupId> | |
<artifactId>graphdb-plugin</artifactId> | |
<version>0.0.1-SNAPSHOT</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment