GroupId | GroupIdme.geso.apimock |
---|---|
ArtifactId | ArtifactIdapimock-core |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
apimock-core-0.5.0.pom | |
apimock-core-0.5.0.jar | 6 KB |
apimock-core-0.5.0-sources.jar | 2 KB |
apimock-core-0.5.0-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.geso.apimock/apimock-core/ -->
<dependency>
<groupId>me.geso.apimock</groupId>
<artifactId>apimock-core</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.geso.apimock/apimock-core/
implementation 'me.geso.apimock:apimock-core:0.5.0'
// https://jarcasting.com/artifacts/me.geso.apimock/apimock-core/
implementation ("me.geso.apimock:apimock-core:0.5.0")
'me.geso.apimock:apimock-core:jar:0.5.0'
<dependency org="me.geso.apimock" name="apimock-core" rev="0.5.0">
<artifact name="apimock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.geso.apimock', module='apimock-core', version='0.5.0')
)
libraryDependencies += "me.geso.apimock" % "apimock-core" % "0.5.0"
[me.geso.apimock/apimock-core "0.5.0"]