<dependency>
<groupId>top.redscorpion.boot</groupId>
<artifactId>redscorpion-boot-encrypt</artifactId>
<version>0.2.6</version>
</dependency>
@Grapes(
@Grab(group='top.redscorpion.boot', module='redscorpion-boot-encrypt', version='0.2.6')
)
<parent> <groupId>top.redscorpion.boot</groupId> <artifactId>redscorpion-boot-parent</artifactId> <version>0.2.6</version> </parent>
compile
|-- top.redscorpion:redscorpion-core:0.3.1
|-- top.redscorpion:redscorpion-crypto:0.3.1
|-- org.springframework.boot:spring-boot:2.7.18
|-- org.springframework:spring-web:5.3.39
|-- org.springframework:spring-webmvc:5.3.39
|-- org.springframework:spring-core:5.3.39