<dependency>
<groupId>org.bidib.com.thoughtworks.paranamer</groupId>
<artifactId>paranamer-integration-tests</artifactId>
<version>2.9</version>
</dependency>
implementation group: 'org.bidib.com.thoughtworks.paranamer', name: 'paranamer-integration-tests', version: '2.9'
implementation 'org.bidib.com.thoughtworks.paranamer:paranamer-integration-tests:2.9'
implementation("org.bidib.com.thoughtworks.paranamer:paranamer-integration-tests:2.9")
libraryDependencies += "org.bidib.com.thoughtworks.paranamer" % "paranamer-integration-tests" % "2.9"
<dependency org="org.bidib.com.thoughtworks.paranamer" name="paranamer-integration-tests" rev="2.9"/>
@Grapes(
@Grab(group='org.bidib.com.thoughtworks.paranamer', module='paranamer-integration-tests', version='2.9')
)
[org.bidib.com.thoughtworks.paranamer/paranamer-integration-tests "2.9"]
'org.bidib.com.thoughtworks.paranamer:paranamer-integration-tests:jar:2.9'