<dependency>
<groupId>com.fhs-opensource</groupId>
<artifactId>easy-trans-spring-boot-starter</artifactId>
<version>1.2.7</version>
</dependency>
@Grapes(
@Grab(group='com.fhs-opensource', module='easy-trans-spring-boot-starter', version='1.2.7')
)
<dependency org="com.fhs-opensource" name="easy-trans-spring-boot-starter" rev="1.2.7" />
<parent> <groupId>com.fhs-opensource</groupId> <artifactId>easy-trans</artifactId> <version>1.2.7</version> </parent>
compile
|-- com.fhs-opensource:easy-trans-service
|-- org.springframework:spring-context
|-- org.springframework.boot:spring-boot-autoconfigure