Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdcom.github.alperkurtul |
ArtifactId | ArtifactIdspring-boot-starter-firebase-realtime-database |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.alperkurtul/spring-boot-starter-firebase-realtime-database/ -->
<dependency>
<groupId>com.github.alperkurtul</groupId>
<artifactId>spring-boot-starter-firebase-realtime-database</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alperkurtul/spring-boot-starter-firebase-realtime-database/
implementation 'com.github.alperkurtul:spring-boot-starter-firebase-realtime-database:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.alperkurtul/spring-boot-starter-firebase-realtime-database/
implementation ("com.github.alperkurtul:spring-boot-starter-firebase-realtime-database:1.0.1.RELEASE")
'com.github.alperkurtul:spring-boot-starter-firebase-realtime-database:jar:1.0.1.RELEASE'
<dependency org="com.github.alperkurtul" name="spring-boot-starter-firebase-realtime-database" rev="1.0.1.RELEASE">
<artifact name="spring-boot-starter-firebase-realtime-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alperkurtul', module='spring-boot-starter-firebase-realtime-database', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.alperkurtul" % "spring-boot-starter-firebase-realtime-database" % "1.0.1.RELEASE"
[com.github.alperkurtul/spring-boot-starter-firebase-realtime-database "1.0.1.RELEASE"]