GroupId | GroupIdio.esastack |
---|---|
ArtifactId | ArtifactIdrestlight-test-mock |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
restlight-test-mock-0.0.1.pom | |
restlight-test-mock-0.0.1.jar | 18 KB |
restlight-test-mock-0.0.1-sources.jar | 9 KB |
restlight-test-mock-0.0.1-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.esastack/restlight-test-mock/ -->
<dependency>
<groupId>io.esastack</groupId>
<artifactId>restlight-test-mock</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.esastack/restlight-test-mock/
implementation 'io.esastack:restlight-test-mock:0.0.1'
// https://jarcasting.com/artifacts/io.esastack/restlight-test-mock/
implementation ("io.esastack:restlight-test-mock:0.0.1")
'io.esastack:restlight-test-mock:jar:0.0.1'
<dependency org="io.esastack" name="restlight-test-mock" rev="0.0.1">
<artifact name="restlight-test-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.esastack', module='restlight-test-mock', version='0.0.1')
)
libraryDependencies += "io.esastack" % "restlight-test-mock" % "0.0.1"
[io.esastack/restlight-test-mock "0.0.1"]