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