<dependency>
<groupId>org.bndly.common.testfixture</groupId>
<artifactId>org.bndly.common.testfixture.test-fixture</artifactId>
<version>1.0.3</version>
</dependency>
implementation group: 'org.bndly.common.testfixture', name: 'org.bndly.common.testfixture.test-fixture', version: '1.0.3'
implementation 'org.bndly.common.testfixture:org.bndly.common.testfixture.test-fixture:1.0.3'
implementation("org.bndly.common.testfixture:org.bndly.common.testfixture.test-fixture:1.0.3")
libraryDependencies += "org.bndly.common.testfixture" % "org.bndly.common.testfixture.test-fixture" % "1.0.3"
<dependency org="org.bndly.common.testfixture" name="org.bndly.common.testfixture.test-fixture" rev="1.0.3"/>
@Grapes(
@Grab(group='org.bndly.common.testfixture', module='org.bndly.common.testfixture.test-fixture', version='1.0.3')
)
[org.bndly.common.testfixture/org.bndly.common.testfixture.test-fixture "1.0.3"]
'org.bndly.common.testfixture:org.bndly.common.testfixture.test-fixture:jar:1.0.3'