GroupId | GroupIdorg.springframework.cloud.launcher |
---|---|
ArtifactId | ArtifactIdspring-cloud-launcher-stubrunner |
Version | Version3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-stubrunner/ -->
<dependency>
<groupId>org.springframework.cloud.launcher</groupId>
<artifactId>spring-cloud-launcher-stubrunner</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-stubrunner/
implementation 'org.springframework.cloud.launcher:spring-cloud-launcher-stubrunner:3.0.1'
// https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-stubrunner/
implementation ("org.springframework.cloud.launcher:spring-cloud-launcher-stubrunner:3.0.1")
'org.springframework.cloud.launcher:spring-cloud-launcher-stubrunner:jar:3.0.1'
<dependency org="org.springframework.cloud.launcher" name="spring-cloud-launcher-stubrunner" rev="3.0.1">
<artifact name="spring-cloud-launcher-stubrunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.launcher', module='spring-cloud-launcher-stubrunner', version='3.0.1')
)
libraryDependencies += "org.springframework.cloud.launcher" % "spring-cloud-launcher-stubrunner" % "3.0.1"
[org.springframework.cloud.launcher/spring-cloud-launcher-stubrunner "3.0.1"]