License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.jfaster |
ArtifactId | ArtifactIdbadger-spring-boot-starter |
Version | Version1.7 |
Type | Typejar |
Description |
Descriptionbadger-spring-boot-starter
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.jfaster/badger-spring-boot-starter/ -->
<dependency>
<groupId>org.jfaster</groupId>
<artifactId>badger-spring-boot-starter</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.jfaster/badger-spring-boot-starter/
implementation 'org.jfaster:badger-spring-boot-starter:1.7'
// https://jarcasting.com/artifacts/org.jfaster/badger-spring-boot-starter/
implementation ("org.jfaster:badger-spring-boot-starter:1.7")
'org.jfaster:badger-spring-boot-starter:jar:1.7'
<dependency org="org.jfaster" name="badger-spring-boot-starter" rev="1.7">
<artifact name="badger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jfaster', module='badger-spring-boot-starter', version='1.7')
)
libraryDependencies += "org.jfaster" % "badger-spring-boot-starter" % "1.7"
[org.jfaster/badger-spring-boot-starter "1.7"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.0.2.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.2.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.0.2.RELEASE |
org.jfaster : badger | jar | 1.7 |
com.zaxxer : HikariCP | jar | 3.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.0.2.RELEASE |