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