Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdcom.mindprogeny.wiremock |
ArtifactId | ArtifactIdwiremock-cf |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
wiremock-cf-0.0.2.pom | |
wiremock-cf-0.0.2.jar | 14 MB |
wiremock-cf-0.0.2-sources.jar | 4 KB |
wiremock-cf-0.0.2-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mindprogeny.wiremock/wiremock-cf/ -->
<dependency>
<groupId>com.mindprogeny.wiremock</groupId>
<artifactId>wiremock-cf</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.mindprogeny.wiremock/wiremock-cf/
implementation 'com.mindprogeny.wiremock:wiremock-cf:0.0.2'
// https://jarcasting.com/artifacts/com.mindprogeny.wiremock/wiremock-cf/
implementation ("com.mindprogeny.wiremock:wiremock-cf:0.0.2")
'com.mindprogeny.wiremock:wiremock-cf:jar:0.0.2'
<dependency org="com.mindprogeny.wiremock" name="wiremock-cf" rev="0.0.2">
<artifact name="wiremock-cf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mindprogeny.wiremock', module='wiremock-cf', version='0.0.2')
)
libraryDependencies += "com.mindprogeny.wiremock" % "wiremock-cf" % "0.0.2"
[com.mindprogeny.wiremock/wiremock-cf "0.0.2"]