License |
License |
---|---|
GroupId | GroupIdorg.burningwave |
ArtifactId | ArtifactIdgraph |
Version | Version0.10.4 |
Type | Typejar |
Description |
DescriptionBurningwave Graph
A framework for create graphs of synchronous/asynchronous Java method calls using a JSon configuration
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graph-0.10.4.pom | |
graph-0.10.4.jar | 75 KB |
graph-0.10.4-sources.jar | 35 KB |
graph-0.10.4-javadoc.jar | 304 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.burningwave/graph/ -->
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>graph</artifactId>
<version>0.10.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.burningwave/graph/
implementation 'org.burningwave:graph:0.10.4'
// https://jarcasting.com/artifacts/org.burningwave/graph/
implementation ("org.burningwave:graph:0.10.4")
'org.burningwave:graph:jar:0.10.4'
<dependency org="org.burningwave" name="graph" rev="0.10.4">
<artifact name="graph" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.burningwave', module='graph', version='0.10.4')
)
libraryDependencies += "org.burningwave" % "graph" % "0.10.4"
[org.burningwave/graph "0.10.4"]
Group / Artifact | Type | Version |
---|---|---|
org.burningwave : core | jar | [8.12.1,) |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.11.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.11.0 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
org.junit.platform : junit-platform-engine | jar | 1.6.2 |
org.junit.platform : junit-platform-commons | jar | 1.6.2 |
org.junit.platform : junit-platform-runner | jar | 1.6.2 |