Categories |
CategoriesWire Data Data Structures |
---|---|
GroupId | GroupIdcom.github.kumarvikas1 |
ArtifactId | ArtifactIdwiremock_cool_extensions |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.kumarvikas1/wiremock_cool_extensions/ -->
<dependency>
<groupId>com.github.kumarvikas1</groupId>
<artifactId>wiremock_cool_extensions</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kumarvikas1/wiremock_cool_extensions/
implementation 'com.github.kumarvikas1:wiremock_cool_extensions:1.0.0'
// https://jarcasting.com/artifacts/com.github.kumarvikas1/wiremock_cool_extensions/
implementation ("com.github.kumarvikas1:wiremock_cool_extensions:1.0.0")
'com.github.kumarvikas1:wiremock_cool_extensions:jar:1.0.0'
<dependency org="com.github.kumarvikas1" name="wiremock_cool_extensions" rev="1.0.0">
<artifact name="wiremock_cool_extensions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kumarvikas1', module='wiremock_cool_extensions', version='1.0.0')
)
libraryDependencies += "com.github.kumarvikas1" % "wiremock_cool_extensions" % "1.0.0"
[com.github.kumarvikas1/wiremock_cool_extensions "1.0.0"]