<dependency> <groupId>se.fnord</groupId> <artifactId>katydid</artifactId> <version>0.5.2</version> </dependency>
implementation 'se.fnord:katydid:0.5.2'
implementation("se.fnord:katydid:0.5.2")
libraryDependencies += "se.fnord" % "katydid" % "0.5.2"
@Grapes( @Grab(group='se.fnord', module='katydid', version='0.5.2') )
<dependency org="se.fnord" name="katydid" rev="0.5.2" />
[se.fnord/katydid "0.5.2"]
'se.fnord:katydid:jar:0.5.2'
test
|-- junit:junit:4.11