| License |
License
The BSD 3-Clause License
|
|---|---|
| GroupId | GroupIdcom.metsci.glimpse |
| ArtifactId | ArtifactIdglimpse-core |
| Last Version | Last Version4.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGlimpse is a library for building dynamic, interactive Java applications for visualizing Big Data.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| glimpse-core-4.0.0.pom | |
| glimpse-core-4.0.0.jar | 1 MB |
| glimpse-core-4.0.0-sources.jar | 1 MB |
| glimpse-core-4.0.0-javadoc.jar | 3 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.metsci.glimpse/glimpse-core/ -->
<dependency>
<groupId>com.metsci.glimpse</groupId>
<artifactId>glimpse-core</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.metsci.glimpse/glimpse-core/
implementation 'com.metsci.glimpse:glimpse-core:4.0.0'
// https://jarcasting.com/artifacts/com.metsci.glimpse/glimpse-core/
implementation ("com.metsci.glimpse:glimpse-core:4.0.0")
'com.metsci.glimpse:glimpse-core:jar:4.0.0'
<dependency org="com.metsci.glimpse" name="glimpse-core" rev="4.0.0">
<artifact name="glimpse-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metsci.glimpse', module='glimpse-core', version='4.0.0')
)
libraryDependencies += "com.metsci.glimpse" % "glimpse-core" % "4.0.0"
[com.metsci.glimpse/glimpse-core "4.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.miglayout : miglayout-core | jar | 4.2 |
| com.metsci.glimpse : glimpse-text | jar | 4.0.0 |
| com.metsci.glimpse : glimpse-platform-fixes | jar | 4.0.0 |
| com.metsci.glimpse : glimpse-util | jar | 4.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.6.0 |