License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.lizhiwei88 |
ArtifactId | ArtifactIdeasyevent-spring-boot-starter |
Version | Version0.3 |
Type | Typejar |
Description |
DescriptionA tool easy to handle events
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.lizhiwei88/easyevent-spring-boot-starter/ -->
<dependency>
<groupId>com.github.lizhiwei88</groupId>
<artifactId>easyevent-spring-boot-starter</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lizhiwei88/easyevent-spring-boot-starter/
implementation 'com.github.lizhiwei88:easyevent-spring-boot-starter:0.3'
// https://jarcasting.com/artifacts/com.github.lizhiwei88/easyevent-spring-boot-starter/
implementation ("com.github.lizhiwei88:easyevent-spring-boot-starter:0.3")
'com.github.lizhiwei88:easyevent-spring-boot-starter:jar:0.3'
<dependency org="com.github.lizhiwei88" name="easyevent-spring-boot-starter" rev="0.3">
<artifact name="easyevent-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lizhiwei88', module='easyevent-spring-boot-starter', version='0.3')
)
libraryDependencies += "com.github.lizhiwei88" % "easyevent-spring-boot-starter" % "0.3"
[com.github.lizhiwei88/easyevent-spring-boot-starter "0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure Optional | jar | 2.2.0.RELEASE |
com.github.lizhiwei88 : easyevent-core | jar | 0.3 |