Java Build Graph

A library for implementing builds (e.g. for use within compilers).

License

License

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

jbuildgraph
Last Version

Last Version

0.2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Java Build Graph
A library for implementing builds (e.g. for use within compilers).
Project URL

Project URL

https://github.com/DavePearce/JBuildGraph
Source Code Management

Source Code Management

https://github.com/DavePearce/JBuildGraph

Download jbuildgraph

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.whiley : jbuildstore jar 0.1.2

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.0
org.junit.jupiter : junit-jupiter-engine jar 5.7.0
org.junit.jupiter : junit-jupiter-params jar 5.7.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.1
0.2.0