<dependency> <groupId>au.com.dius.pact.core</groupId> <artifactId>support</artifactId> <version>4.4.6</version> </dependency>
implementation 'au.com.dius.pact.core:support:4.4.6'
implementation("au.com.dius.pact.core:support:4.4.6")
libraryDependencies += "au.com.dius.pact.core" % "support" % "4.4.6"
@Grapes( @Grab(group='au.com.dius.pact.core', module='support', version='4.4.6') )
<dependency org="au.com.dius.pact.core" name="support" rev="4.4.6" />
[au.com.dius.pact.core/support "4.4.6"]
'au.com.dius.pact.core:support:jar:4.4.6'
compile
|-- io.github.microutils:kotlin-logging-jvm:2.1.23
|-- org.apache.httpcomponents.client5:httpclient5:5.1.3
|-- org.apache.httpcomponents.client5:httpclient5-fluent:5.1.3
runtime
|-- org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.6.21
|-- org.jetbrains.kotlin:kotlin-reflect:1.6.21
|-- org.apache.commons:commons-text:1.10.0