<dependency> <groupId>se.fnord</groupId> <artifactId>logtags</artifactId> <version>0.10</version> </dependency>
implementation 'se.fnord:logtags:0.10'
implementation("se.fnord:logtags:0.10")
libraryDependencies += "se.fnord" % "logtags" % "0.10"
@Grapes( @Grab(group='se.fnord', module='logtags', version='0.10') )
<dependency org="se.fnord" name="logtags" rev="0.10" />
[se.fnord/logtags "0.10"]
'se.fnord:logtags:jar:0.10'
compile
|-- org.junit.jupiter:junit-jupiter-api
runtime
|-- com.github.spotbugs:spotbugs-annotations:4.7.3