<dependency> <groupId>com.github.burningwave</groupId> <artifactId>bw-graph</artifactId> <version>0.9.27</version> </dependency>
implementation 'com.github.burningwave:bw-graph:0.9.27'
implementation("com.github.burningwave:bw-graph:0.9.27")
libraryDependencies += "com.github.burningwave" % "bw-graph" % "0.9.27"
@Grapes( @Grab(group='com.github.burningwave', module='bw-graph', version='0.9.27') )
<dependency org="com.github.burningwave" name="bw-graph" rev="0.9.27" />
[com.github.burningwave/bw-graph "0.9.27"]
'com.github.burningwave:bw-graph:jar:0.9.27'
compile
|-- com.github.burningwave:bw-core
|-- com.fasterxml.jackson.core:jackson-annotations:2.10.0
|-- com.fasterxml.jackson.core:jackson-core:2.10.0
|-- com.fasterxml.jackson.core:jackson-databind:2.10.0
test
|-- org.junit.jupiter:junit-jupiter-engine:5.5.2
|-- ch.qos.logback:logback-core:1.2.3
|-- ch.qos.logback:logback-classic:1.2.3