Skip to content

Instantly share code, notes, and snippets.

@keiono
Created August 25, 2011 06:38
Show Gist options
  • Save keiono/1170110 to your computer and use it in GitHub Desktop.
Save keiono/1170110 to your computer and use it in GitHub Desktop.
Cytoscape semantic web plugin dependency
<!-- 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