Last Version

Spring Boot Kafka Archetype 1.0

A Maven Archetype for an example spring boot application with spring-kafka

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.hey-johnnypark
ArtifactId

ArtifactId

spring-boot-kafka-archetype
Version

Version

1.0
Type

Type

jar
Description

Description

Spring Boot Kafka Archetype
A Maven Archetype for an example spring boot application with spring-kafka
Project URL

Project URL

https://github.com/hey-johnnypark/spring-boot-kafka-archetype
Source Code Management

Source Code Management

https://github.com/hey-johnnypark/spring-boot-kafka-archetype

Download spring-boot-kafka-archetype 1.0


<!-- https://jarcasting.com/artifacts/com.github.hey-johnnypark/spring-boot-kafka-archetype/ -->
<dependency>
    <groupId>com.github.hey-johnnypark</groupId>
    <artifactId>spring-boot-kafka-archetype</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hey-johnnypark/spring-boot-kafka-archetype/
implementation 'com.github.hey-johnnypark:spring-boot-kafka-archetype:1.0'
// https://jarcasting.com/artifacts/com.github.hey-johnnypark/spring-boot-kafka-archetype/
implementation ("com.github.hey-johnnypark:spring-boot-kafka-archetype:1.0")
'com.github.hey-johnnypark:spring-boot-kafka-archetype:jar:1.0'
<dependency org="com.github.hey-johnnypark" name="spring-boot-kafka-archetype" rev="1.0">
  <artifact name="spring-boot-kafka-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hey-johnnypark', module='spring-boot-kafka-archetype', version='1.0')
)
libraryDependencies += "com.github.hey-johnnypark" % "spring-boot-kafka-archetype" % "1.0"
[com.github.hey-johnnypark/spring-boot-kafka-archetype "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.