<dependency>
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-graph-jung</artifactId>
<version>2.3.0</version>
</dependency>
@Grapes(
@Grab(group='com.tinkerpop.blueprints', module='blueprints-graph-jung', version='2.3.0')
)