| Categories |
CategoriesSpring Boot Container Microservices |
|---|---|
| GroupId | GroupIdcom.atomscat |
| ArtifactId | ArtifactIdspring-boot-common-aop |
| Last Version | Last Version1.0.0.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
<!-- https://jarcasting.com/artifacts/com.atomscat/spring-boot-common-aop/ -->
<dependency>
<groupId>com.atomscat</groupId>
<artifactId>spring-boot-common-aop</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.atomscat/spring-boot-common-aop/
implementation 'com.atomscat:spring-boot-common-aop:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.atomscat/spring-boot-common-aop/
implementation ("com.atomscat:spring-boot-common-aop:1.0.0.RELEASE")
'com.atomscat:spring-boot-common-aop:jar:1.0.0.RELEASE'
<dependency org="com.atomscat" name="spring-boot-common-aop" rev="1.0.0.RELEASE">
<artifact name="spring-boot-common-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atomscat', module='spring-boot-common-aop', version='1.0.0.RELEASE')
)
libraryDependencies += "com.atomscat" % "spring-boot-common-aop" % "1.0.0.RELEASE"
[com.atomscat/spring-boot-common-aop "1.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| ${project.groupId} » spring-boot-common-core | jar | |
| org.springframework.boot : spring-boot-starter-aop | jar | |
| org.redisson : redisson-spring-boot-starter | jar | |
| ma.glasnost.orika : orika-core | jar |