| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdnetwork.aika | 
| ArtifactId | ArtifactIdgs-core | 
| Last Version | Last Version2.0.2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiongs-core The GraphStream library. With GraphStream you deal with
		graphs. Static and Dynamic. You create them from scratch, from a file
		or any source. You display and render them. This is the core package
		that contains the minimal needed to read and write a graph. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| gs-core-2.0.2.pom | |
| gs-core-2.0.2.jar | 838 KB | 
| gs-core-2.0.2-sources.jar | 627 KB | 
| gs-core-2.0.2-javadoc.jar | 2 MB | 
| gs-core-2.0.2-jar-with-dependencies.jar | 894 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/network.aika/gs-core/ -->
<dependency>
    <groupId>network.aika</groupId>
    <artifactId>gs-core</artifactId>
    <version>2.0.2</version>
</dependency>// https://jarcasting.com/artifacts/network.aika/gs-core/
implementation 'network.aika:gs-core:2.0.2'// https://jarcasting.com/artifacts/network.aika/gs-core/
implementation ("network.aika:gs-core:2.0.2")'network.aika:gs-core:jar:2.0.2'<dependency org="network.aika" name="gs-core" rev="2.0.2">
  <artifact name="gs-core" type="jar" />
</dependency>@Grapes(
@Grab(group='network.aika', module='gs-core', version='2.0.2')
)libraryDependencies += "network.aika" % "gs-core" % "2.0.2"[network.aika/gs-core "2.0.2"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.graphstream : pherd Optional | jar | 1.0 | 
| org.graphstream : mbox2 Optional | jar | 1.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit Optional | jar | 4.12 |