<dependency> <groupId>io.github.c-fraser</groupId> <artifactId>graph-it</artifactId> <version>0.1.2</version> </dependency>
implementation 'io.github.c-fraser:graph-it:0.1.2'
implementation("io.github.c-fraser:graph-it:0.1.2")
libraryDependencies += "io.github.c-fraser" % "graph-it" % "0.1.2"
@Grapes( @Grab(group='io.github.c-fraser', module='graph-it', version='0.1.2') )
<dependency org="io.github.c-fraser" name="graph-it" rev="0.1.2" />
[io.github.c-fraser/graph-it "0.1.2"]
'io.github.c-fraser:graph-it:jar:0.1.2'
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10