| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdcom.github.kagkarlsson |
| ArtifactId | ArtifactIdspring-boot-example |
| Last Version | Last Version11.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondb-scheduler: Examples: Spring Boot
Examples on how to use db-scheduler with Spring Boot
|
| Filename | Size |
|---|---|
| spring-boot-example-11.2.pom | |
| spring-boot-example-11.2.jar | 8 KB |
| spring-boot-example-11.2-sources.jar | 6 KB |
| spring-boot-example-11.2-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.kagkarlsson/spring-boot-example/ -->
<dependency>
<groupId>com.github.kagkarlsson</groupId>
<artifactId>spring-boot-example</artifactId>
<version>11.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kagkarlsson/spring-boot-example/
implementation 'com.github.kagkarlsson:spring-boot-example:11.2'
// https://jarcasting.com/artifacts/com.github.kagkarlsson/spring-boot-example/
implementation ("com.github.kagkarlsson:spring-boot-example:11.2")
'com.github.kagkarlsson:spring-boot-example:jar:11.2'
<dependency org="com.github.kagkarlsson" name="spring-boot-example" rev="11.2">
<artifact name="spring-boot-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kagkarlsson', module='spring-boot-example', version='11.2')
)
libraryDependencies += "com.github.kagkarlsson" % "spring-boot-example" % "11.2"
[com.github.kagkarlsson/spring-boot-example "11.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.kagkarlsson : db-scheduler-spring-boot-starter | jar | 11.2 |
| ch.qos.logback : logback-classic | jar | 1.2.10 |
| org.springframework.boot : spring-boot-starter-web | jar | |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | |
| org.springframework.boot : spring-boot-starter-actuator | jar | |
| io.micrometer : micrometer-registry-prometheus | jar | |
| org.junit.jupiter : junit-jupiter | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hsqldb : hsqldb | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | |
| com.google.guava : guava | jar | 31.0.1-jre |