Files download
File Operation
concept-event-spring-boot-starter-0.2.0.jar download
concept-event-spring-boot-starter-0.2.0.pom download
concept-event-spring-boot-starter-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.linyuzai</groupId>
  <artifactId>concept-event-spring-boot-starter</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.linyuzai:concept-event-spring-boot-starter:0.2.0'
Gradle Kotlin
implementation("com.github.linyuzai:concept-event-spring-boot-starter:0.2.0")
Scala SBT
libraryDependencies += "com.github.linyuzai" % "concept-event-spring-boot-starter" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.linyuzai', module='concept-event-spring-boot-starter', version='0.2.0')
)
Apache Ivy
<dependency org="com.github.linyuzai" name="concept-event-spring-boot-starter" rev="0.2.0" />
Leiningen
[com.github.linyuzai/concept-event-spring-boot-starter "0.2.0"]
Apache Buildr
'com.github.linyuzai:concept-event-spring-boot-starter:jar:0.2.0'