License |
License
The BSD 3-Clause License
|
---|---|
GroupId | GroupIdcom.metsci.glimpse |
ArtifactId | ArtifactIdglimpse-parent |
Last Version | Last Version4.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionGlimpse
Glimpse is a library for building dynamic, interactive Java applications for visualizing Big Data.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
glimpse-parent-4.0.0.pom | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metsci.glimpse/glimpse-parent/ -->
<dependency>
<groupId>com.metsci.glimpse</groupId>
<artifactId>glimpse-parent</artifactId>
<version>4.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.metsci.glimpse/glimpse-parent/
implementation 'com.metsci.glimpse:glimpse-parent:4.0.0'
// https://jarcasting.com/artifacts/com.metsci.glimpse/glimpse-parent/
implementation ("com.metsci.glimpse:glimpse-parent:4.0.0")
'com.metsci.glimpse:glimpse-parent:pom:4.0.0'
<dependency org="com.metsci.glimpse" name="glimpse-parent" rev="4.0.0">
<artifact name="glimpse-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.metsci.glimpse', module='glimpse-parent', version='4.0.0')
)
libraryDependencies += "com.metsci.glimpse" % "glimpse-parent" % "4.0.0"
[com.metsci.glimpse/glimpse-parent "4.0.0"]