License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration ORM Data |
GroupId | GroupIdcom.stormpath.spring.boot.samza |
ArtifactId | ArtifactIdsamza-spring-boot-autoconfigure |
Last Version | Last Version0.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSamza Spring Boot :: Samza :: Autoconf
Starter for running Samza inside a Spring Boot application.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.stormpath.spring.boot.samza/samza-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.stormpath.spring.boot.samza</groupId>
<artifactId>samza-spring-boot-autoconfigure</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.stormpath.spring.boot.samza/samza-spring-boot-autoconfigure/
implementation 'com.stormpath.spring.boot.samza:samza-spring-boot-autoconfigure:0.2.2'
// https://jarcasting.com/artifacts/com.stormpath.spring.boot.samza/samza-spring-boot-autoconfigure/
implementation ("com.stormpath.spring.boot.samza:samza-spring-boot-autoconfigure:0.2.2")
'com.stormpath.spring.boot.samza:samza-spring-boot-autoconfigure:jar:0.2.2'
<dependency org="com.stormpath.spring.boot.samza" name="samza-spring-boot-autoconfigure" rev="0.2.2">
<artifact name="samza-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stormpath.spring.boot.samza', module='samza-spring-boot-autoconfigure', version='0.2.2')
)
libraryDependencies += "com.stormpath.spring.boot.samza" % "samza-spring-boot-autoconfigure" % "0.2.2"
[com.stormpath.spring.boot.samza/samza-spring-boot-autoconfigure "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 1.3.4.RELEASE |
org.apache.samza : samza-core_2.10 | jar | 0.9.1 |
org.slf4j : slf4j-api | jar | 1.7.21 |
junit : junit | jar | 4.12 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.3.4.RELEASE |
org.slf4j : jcl-over-slf4j | jar | 1.7.21 |
org.slf4j : log4j-over-slf4j | jar | 1.7.21 |
org.easymock : easymock | jar | 3.4 |
ch.qos.logback : logback-classic | jar | 1.1.7 |
org.codehaus.groovy : groovy-all | jar | 2.4.6 |