is not current version
Last Version 0.2.1

org.whiley:jbuildgraph 0.2.0

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

GroupId

GroupId

org.whiley
ArtifactId

ArtifactId

jbuildgraph
Version

Version

0.2.0
Type

Type

jar

Download jbuildgraph 0.2.0


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