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