You can use Glimpse with maven by adding the following to your pom.xml:
<dependencies> <dependency> <groupId>com.metsci.glimpse</groupId> <artifactId>glimpse-core</artifactId> <version>4.0.0</version> </dependency> </dependencies>
The full Glimpse release contains a number of modules which add additional features (and usually additional third-party dependencies) to Glimpse. Each has its own Maven artifact:
<artifactId>glimpse-extras-dnc</artifactId>
<artifactId>glimpse-extras-charts</artifactId>
<artifactId>glimpse-extras-topo</artifactId>
<artifactId>glimpse-extras-examples</artifactId>
<artifactId>docking</artifactId>
<artifactId>docking-examples</artifactId>
<artifactId>layers</artifactId>
<artifactId>layers-examples</artifactId>
<artifactId>platform-fixes</artifactId>
<artifactId>text</artifactId>
<artifactId>util</artifactId>
All the modules are available directly from Maven Central.