GroupId | GroupIdorg.whiley |
---|---|
ArtifactId | ArtifactIdjbuildgraph |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
jbuildgraph-0.2.0.pom | |
jbuildgraph-0.2.0.jar | 16 KB |
jbuildgraph-0.2.0-sources.jar | 12 KB |
jbuildgraph-0.2.0-javadoc.jar | 443 KB |
Browse |
<!-- 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"]