| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices |
| GroupId | GroupIdorg.zalando |
| ArtifactId | ArtifactIdtarbela-producer-spring-boot-starter |
| Version | Version1.1.1 |
| Type | Typejar |
| Description |
DescriptionTarbela Event Producer: Spring Boot Starter
Spring Boot Auto Configuration for Tarbela event producer
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.zalando/tarbela-producer-spring-boot-starter/ -->
<dependency>
<groupId>org.zalando</groupId>
<artifactId>tarbela-producer-spring-boot-starter</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.zalando/tarbela-producer-spring-boot-starter/
implementation 'org.zalando:tarbela-producer-spring-boot-starter:1.1.1'
// https://jarcasting.com/artifacts/org.zalando/tarbela-producer-spring-boot-starter/
implementation ("org.zalando:tarbela-producer-spring-boot-starter:1.1.1")
'org.zalando:tarbela-producer-spring-boot-starter:jar:1.1.1'
<dependency org="org.zalando" name="tarbela-producer-spring-boot-starter" rev="1.1.1">
<artifact name="tarbela-producer-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.zalando', module='tarbela-producer-spring-boot-starter', version='1.1.1')
)
libraryDependencies += "org.zalando" % "tarbela-producer-spring-boot-starter" % "1.1.1"
[org.zalando/tarbela-producer-spring-boot-starter "1.1.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 1.4.1.RELEASE |
| org.springframework.boot : spring-boot-starter-data-jpa | jar | 1.4.1.RELEASE |
| com.querydsl : querydsl-jpa | jar | 4.1.4 |
| com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.8.3 |
| org.springframework.hateoas : spring-hateoas | jar | 0.20.0.RELEASE |
| org.zalando : tracer-spring-boot-starter Optional | jar | 0.11.2 |
| org.flywaydb : flyway-core | jar | 4.0.3 |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.4.1.RELEASE |
| javax.interceptor : javax.interceptor-api | jar | 1.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.16.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 1.4.1.RELEASE |
| com.jayway.restassured : rest-assured | jar | 2.9.0 |
| org.postgresql : postgresql | jar | 9.4.1211 |
| com.opentable.components : otj-pg-embedded | jar | 0.7.1 |