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