Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdio.github.jbwheatley |
ArtifactId | ArtifactIdpact4s-play-json_2.13 |
Version | Version0.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.jbwheatley/pact4s-play-json_2.13/ -->
<dependency>
<groupId>io.github.jbwheatley</groupId>
<artifactId>pact4s-play-json_2.13</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jbwheatley/pact4s-play-json_2.13/
implementation 'io.github.jbwheatley:pact4s-play-json_2.13:0.3.0'
// https://jarcasting.com/artifacts/io.github.jbwheatley/pact4s-play-json_2.13/
implementation ("io.github.jbwheatley:pact4s-play-json_2.13:0.3.0")
'io.github.jbwheatley:pact4s-play-json_2.13:jar:0.3.0'
<dependency org="io.github.jbwheatley" name="pact4s-play-json_2.13" rev="0.3.0">
<artifact name="pact4s-play-json_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jbwheatley', module='pact4s-play-json_2.13', version='0.3.0')
)
libraryDependencies += "io.github.jbwheatley" % "pact4s-play-json_2.13" % "0.3.0"
[io.github.jbwheatley/pact4s-play-json_2.13 "0.3.0"]