Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.alikelleci |
ArtifactId | ArtifactIdeventify-spring-boot-starter |
Version | Version0.0.2-beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.alikelleci/eventify-spring-boot-starter/ -->
<dependency>
<groupId>io.github.alikelleci</groupId>
<artifactId>eventify-spring-boot-starter</artifactId>
<version>0.0.2-beta</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.alikelleci/eventify-spring-boot-starter/
implementation 'io.github.alikelleci:eventify-spring-boot-starter:0.0.2-beta'
// https://jarcasting.com/artifacts/io.github.alikelleci/eventify-spring-boot-starter/
implementation ("io.github.alikelleci:eventify-spring-boot-starter:0.0.2-beta")
'io.github.alikelleci:eventify-spring-boot-starter:jar:0.0.2-beta'
<dependency org="io.github.alikelleci" name="eventify-spring-boot-starter" rev="0.0.2-beta">
<artifact name="eventify-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.alikelleci', module='eventify-spring-boot-starter', version='0.0.2-beta')
)
libraryDependencies += "io.github.alikelleci" % "eventify-spring-boot-starter" % "0.0.2-beta"
[io.github.alikelleci/eventify-spring-boot-starter "0.0.2-beta"]