<dependency> <groupId>de.ruedigermoeller</groupId> <artifactId>reallive</artifactId> <version>5.1.6</version> </dependency>
implementation 'de.ruedigermoeller:reallive:5.1.6'
implementation("de.ruedigermoeller:reallive:5.1.6")
libraryDependencies += "de.ruedigermoeller" % "reallive" % "5.1.6"
@Grapes( @Grab(group='de.ruedigermoeller', module='reallive', version='5.1.6') )
<dependency org="de.ruedigermoeller" name="reallive" rev="5.1.6" />
[de.ruedigermoeller/reallive "5.1.6"]
'de.ruedigermoeller:reallive:jar:5.1.6'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- de.ruedigermoeller:kontraktor:5.1.0
|-- com.eclipsesource.minimal-json:minimal-json:0.9.4
|-- it.unimi.dsi:fastutil:8.3.1
test
|-- junit:junit:4.12