<dependency> <groupId>de.bottlecaps.rr</groupId> <artifactId>rr-webapp</artifactId> <version>1.67</version> <type>war</type> </dependency>
implementation 'de.bottlecaps.rr:rr-webapp:1.67'
implementation("de.bottlecaps.rr:rr-webapp:1.67")
libraryDependencies += "de.bottlecaps.rr" % "rr-webapp" % "1.67"
@Grapes( @Grab(group='de.bottlecaps.rr', module='rr-webapp', version='1.67') )
<dependency org="de.bottlecaps.rr" name="rr-webapp" rev="1.67" />
[de.bottlecaps.rr/rr-webapp "1.67"]
'de.bottlecaps.rr:rr-webapp:jar:1.67'