is not current version
Last Version 1.1

org.graphstream:gs-boids 1.0

This is a boids library using GraphStream.

Categories

Categories

GraphStream Business Logic Libraries Science
GroupId

GroupId

org.graphstream
ArtifactId

ArtifactId

gs-boids
Version

Version

1.0
Type

Type

jar

Download gs-boids 1.0


<!-- https://jarcasting.com/artifacts/org.graphstream/gs-boids/ -->
<dependency>
    <groupId>org.graphstream</groupId>
    <artifactId>gs-boids</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphstream/gs-boids/
implementation 'org.graphstream:gs-boids:1.0'
// https://jarcasting.com/artifacts/org.graphstream/gs-boids/
implementation ("org.graphstream:gs-boids:1.0")
'org.graphstream:gs-boids:jar:1.0'
<dependency org="org.graphstream" name="gs-boids" rev="1.0">
  <artifact name="gs-boids" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphstream', module='gs-boids', version='1.0')
)
libraryDependencies += "org.graphstream" % "gs-boids" % "1.0"
[org.graphstream/gs-boids "1.0"]