GroupId | GroupIdio.codearte.accurest |
---|---|
ArtifactId | ArtifactIdstub-runner-boot |
Version | Version1.1.0-M5 |
Type | Typejar |
Filename | Size |
---|---|
stub-runner-boot-1.1.0-M5.pom | |
stub-runner-boot-1.1.0-M5.jar | 12 KB |
stub-runner-boot-1.1.0-M5-sources.jar | 3 KB |
stub-runner-boot-1.1.0-M5-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.codearte.accurest/stub-runner-boot/ -->
<dependency>
<groupId>io.codearte.accurest</groupId>
<artifactId>stub-runner-boot</artifactId>
<version>1.1.0-M5</version>
</dependency>
// https://jarcasting.com/artifacts/io.codearte.accurest/stub-runner-boot/
implementation 'io.codearte.accurest:stub-runner-boot:1.1.0-M5'
// https://jarcasting.com/artifacts/io.codearte.accurest/stub-runner-boot/
implementation ("io.codearte.accurest:stub-runner-boot:1.1.0-M5")
'io.codearte.accurest:stub-runner-boot:jar:1.1.0-M5'
<dependency org="io.codearte.accurest" name="stub-runner-boot" rev="1.1.0-M5">
<artifact name="stub-runner-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.codearte.accurest', module='stub-runner-boot', version='1.1.0-M5')
)
libraryDependencies += "io.codearte.accurest" % "stub-runner-boot" % "1.1.0-M5"
[io.codearte.accurest/stub-runner-boot "1.1.0-M5"]