License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Data |
GroupId | GroupIdcom.github.fabiomaffioletti |
ArtifactId | ArtifactIdspring-boot-starter-data-firebase |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.fabiomaffioletti/spring-boot-starter-data-firebase/ -->
<dependency>
<groupId>com.github.fabiomaffioletti</groupId>
<artifactId>spring-boot-starter-data-firebase</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fabiomaffioletti/spring-boot-starter-data-firebase/
implementation 'com.github.fabiomaffioletti:spring-boot-starter-data-firebase:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.fabiomaffioletti/spring-boot-starter-data-firebase/
implementation ("com.github.fabiomaffioletti:spring-boot-starter-data-firebase:1.0.0.RELEASE")
'com.github.fabiomaffioletti:spring-boot-starter-data-firebase:jar:1.0.0.RELEASE'
<dependency org="com.github.fabiomaffioletti" name="spring-boot-starter-data-firebase" rev="1.0.0.RELEASE">
<artifact name="spring-boot-starter-data-firebase" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fabiomaffioletti', module='spring-boot-starter-data-firebase', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.fabiomaffioletti" % "spring-boot-starter-data-firebase" % "1.0.0.RELEASE"
[com.github.fabiomaffioletti/spring-boot-starter-data-firebase "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.1.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 2.1.1.RELEASE |
org.springframework.boot : spring-boot-starter-web | jar | 2.1.1.RELEASE |
com.google.firebase : firebase-admin | jar | 6.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.1.RELEASE |