Dirgra

Simple Directed Graph

License

License

EPL
Categories

Categories

Ruby Languages
GroupId

GroupId

org.jruby
ArtifactId

ArtifactId

dirgra
Last Version

Last Version

0.4
Release Date

Release Date

Type

Type

jar
Description

Description

Dirgra
Simple Directed Graph
Project URL

Project URL

https://github.com/jruby/dirgra
Source Code Management

Source Code Management

https://github.com/jruby/dirgra

Download dirgra

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

= Simple Directed Graph Implementation

= Building

% mvn package

= Testing

% jruby -Itarget rspec
org.jruby

JRuby Team

Versions

Version
0.4
0.3
0.2
0.1