is not current version
Last Version 0.4

org.jruby:dirgra 0.3

Simple Directed Graph

Categories

Categories

Ruby Languages
GroupId

GroupId

org.jruby
ArtifactId

ArtifactId

dirgra
Version

Version

0.3
Type

Type

jar

Download dirgra 0.3


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