Categories |
CategoriesSpring Boot Container Microservices Disruptor General Purpose Libraries High Performance |
---|---|
GroupId | GroupIdcom.github.vindell |
ArtifactId | ArtifactIdspring-boot-starter-disruptor |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.vindell/spring-boot-starter-disruptor/ -->
<dependency>
<groupId>com.github.vindell</groupId>
<artifactId>spring-boot-starter-disruptor</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vindell/spring-boot-starter-disruptor/
implementation 'com.github.vindell:spring-boot-starter-disruptor:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.vindell/spring-boot-starter-disruptor/
implementation ("com.github.vindell:spring-boot-starter-disruptor:1.0.1.RELEASE")
'com.github.vindell:spring-boot-starter-disruptor:jar:1.0.1.RELEASE'
<dependency org="com.github.vindell" name="spring-boot-starter-disruptor" rev="1.0.1.RELEASE">
<artifact name="spring-boot-starter-disruptor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vindell', module='spring-boot-starter-disruptor', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.vindell" % "spring-boot-starter-disruptor" % "1.0.1.RELEASE"
[com.github.vindell/spring-boot-starter-disruptor "1.0.1.RELEASE"]