<dependency> <groupId>com.github.burningwave</groupId> <artifactId>bw-graph</artifactId> <version>0.8.1</version> </dependency>
implementation 'com.github.burningwave:bw-graph:0.8.1'
implementation("com.github.burningwave:bw-graph:0.8.1")
libraryDependencies += "com.github.burningwave" % "bw-graph" % "0.8.1"
@Grapes( @Grab(group='com.github.burningwave', module='bw-graph', version='0.8.1') )
<dependency org="com.github.burningwave" name="bw-graph" rev="0.8.1" />
[com.github.burningwave/bw-graph "0.8.1"]
'com.github.burningwave:bw-graph:jar:0.8.1'
compile
|-- com.github.burningwave:bw-core:1.1.4
|-- com.fasterxml.jackson.core:jackson-annotations:2.9.5
|-- com.fasterxml.jackson.core:jackson-core:2.9.5
|-- com.fasterxml.jackson.core:jackson-databind:2.9.5
test
|-- org.junit.jupiter:junit-jupiter-engine:5.3.2