License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.hey-johnnypark |
ArtifactId | ArtifactIdspring-boot-kafka-archetype |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionSpring Boot Kafka Archetype
A Maven Archetype for an example spring boot application with spring-kafka
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]