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