| License |
License |
|---|---|
| GroupId | GroupIdorg.whiley |
| ArtifactId | ArtifactIdjbuildgraph |
| Last Version | Last Version0.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava Build Graph
A library for implementing builds (e.g. for use within compilers).
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jbuildgraph-0.2.1.pom | |
| jbuildgraph-0.2.1.jar | 14 KB |
| jbuildgraph-0.2.1-sources.jar | 10 KB |
| jbuildgraph-0.2.1-javadoc.jar | 464 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.whiley : jbuildstore | jar | 0.1.2 |
| 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 |