is not current version
Last Version 3.1.1

org.springframework.cloud.launcher:spring-cloud-launcher-h2 2.2.4.RELEASE

Spring Cloud Launcher H2

Categories

Categories

H2 Data Databases
GroupId

GroupId

org.springframework.cloud.launcher
ArtifactId

ArtifactId

spring-cloud-launcher-h2
Version

Version

2.2.4.RELEASE
Type

Type

jar

Download spring-cloud-launcher-h2 2.2.4.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-h2/ -->
<dependency>
    <groupId>org.springframework.cloud.launcher</groupId>
    <artifactId>spring-cloud-launcher-h2</artifactId>
    <version>2.2.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-h2/
implementation 'org.springframework.cloud.launcher:spring-cloud-launcher-h2:2.2.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud.launcher/spring-cloud-launcher-h2/
implementation ("org.springframework.cloud.launcher:spring-cloud-launcher-h2:2.2.4.RELEASE")
'org.springframework.cloud.launcher:spring-cloud-launcher-h2:jar:2.2.4.RELEASE'
<dependency org="org.springframework.cloud.launcher" name="spring-cloud-launcher-h2" rev="2.2.4.RELEASE">
  <artifact name="spring-cloud-launcher-h2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud.launcher', module='spring-cloud-launcher-h2', version='2.2.4.RELEASE')
)
libraryDependencies += "org.springframework.cloud.launcher" % "spring-cloud-launcher-h2" % "2.2.4.RELEASE"
[org.springframework.cloud.launcher/spring-cloud-launcher-h2 "2.2.4.RELEASE"]