Files download
File Operation
springboot-plugins-dynamic-activemq-0.0.1-release.jar download
springboot-plugins-dynamic-activemq-0.0.1-release.pom download
springboot-plugins-dynamic-activemq-0.0.1-release-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.aiowang</groupId>
  <artifactId>springboot-plugins-dynamic-activemq</artifactId>
  <version>0.0.1-release</version>
</dependency>
Gradle Groovy
implementation 'com.github.aiowang:springboot-plugins-dynamic-activemq:0.0.1-release'
Gradle Kotlin
implementation("com.github.aiowang:springboot-plugins-dynamic-activemq:0.0.1-release")
Scala SBT
libraryDependencies += "com.github.aiowang" % "springboot-plugins-dynamic-activemq" % "0.0.1-release"
Groovy Grape
@Grapes(
  @Grab(group='com.github.aiowang', module='springboot-plugins-dynamic-activemq', version='0.0.1-release')
)
Apache Ivy
<dependency org="com.github.aiowang" name="springboot-plugins-dynamic-activemq" rev="0.0.1-release" />
Leiningen
[com.github.aiowang/springboot-plugins-dynamic-activemq "0.0.1-release"]
Apache Buildr
'com.github.aiowang:springboot-plugins-dynamic-activemq:jar:0.0.1-release'