<dependency>
<groupId>net.sourceforge.cobertura.interaction.annotations</groupId>
<artifactId>cobertura-annotations-reactor</artifactId>
<version>2.1.1</version>
</dependency>
implementation group: 'net.sourceforge.cobertura.interaction.annotations', name: 'cobertura-annotations-reactor', version: '2.1.1'
implementation 'net.sourceforge.cobertura.interaction.annotations:cobertura-annotations-reactor:2.1.1'
implementation("net.sourceforge.cobertura.interaction.annotations:cobertura-annotations-reactor:2.1.1")
libraryDependencies += "net.sourceforge.cobertura.interaction.annotations" % "cobertura-annotations-reactor" % "2.1.1"
<dependency org="net.sourceforge.cobertura.interaction.annotations" name="cobertura-annotations-reactor" rev="2.1.1"/>
@Grapes(
@Grab(group='net.sourceforge.cobertura.interaction.annotations', module='cobertura-annotations-reactor', version='2.1.1')
)
[net.sourceforge.cobertura.interaction.annotations/cobertura-annotations-reactor "2.1.1"]
'net.sourceforge.cobertura.interaction.annotations:cobertura-annotations-reactor:jar:2.1.1'