= Simple Directed Graph Implementation
= Building
% mvn package
= Testing
% jruby -Itarget rspec
License |
License |
---|---|
Categories |
CategoriesRuby Languages |
GroupId | GroupIdorg.jruby |
ArtifactId | ArtifactIddirgra |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDirgra
Simple Directed Graph
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dirgra-0.4.pom | |
dirgra-0.4.jar | 14 KB |
dirgra-0.4-sources.jar | 5 KB |
dirgra-0.4-javadoc.jar | 66 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
= Simple Directed Graph Implementation
= Building
% mvn package
= Testing
% jruby -Itarget rspec