License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.bojiw |
ArtifactId | ArtifactIdasyncmd-spring-boot-starter-core |
Version | Version1.0 |
Type | Typejar |
Description |
Description异步命令组件,同步转异步的同时保证数据的可靠性
|
<!-- https://jarcasting.com/artifacts/com.bojiw/asyncmd-spring-boot-starter-core/ -->
<dependency>
<groupId>com.bojiw</groupId>
<artifactId>asyncmd-spring-boot-starter-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.bojiw/asyncmd-spring-boot-starter-core/
implementation 'com.bojiw:asyncmd-spring-boot-starter-core:1.0'
// https://jarcasting.com/artifacts/com.bojiw/asyncmd-spring-boot-starter-core/
implementation ("com.bojiw:asyncmd-spring-boot-starter-core:1.0")
'com.bojiw:asyncmd-spring-boot-starter-core:jar:1.0'
<dependency org="com.bojiw" name="asyncmd-spring-boot-starter-core" rev="1.0">
<artifact name="asyncmd-spring-boot-starter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bojiw', module='asyncmd-spring-boot-starter-core', version='1.0')
)
libraryDependencies += "com.bojiw" % "asyncmd-spring-boot-starter-core" % "1.0"
[com.bojiw/asyncmd-spring-boot-starter-core "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-autoconfigure | jar | 2.0.0.RELEASE |
com.bojiw : asyncmd-core | jar | 1.8 |