<dependency> <groupId>com.github.dreamroute</groupId> <artifactId>fast</artifactId> <version>1.0-RELEASE</version> <type>pom</type> </dependency>
implementation 'com.github.dreamroute:fast:1.0-RELEASE'
implementation("com.github.dreamroute:fast:1.0-RELEASE")
libraryDependencies += "com.github.dreamroute" % "fast" % "1.0-RELEASE"
@Grapes( @Grab(group='com.github.dreamroute', module='fast', version='1.0-RELEASE') )
<dependency org="com.github.dreamroute" name="fast" rev="1.0-RELEASE" />
[com.github.dreamroute/fast "1.0-RELEASE"]
'com.github.dreamroute:fast:jar:1.0-RELEASE'
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.4.0</version> </parent>
compile
|-- com.alibaba:fastjson:1.2.75
|-- org.projectlombok:lombok
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-test
|-- com.google.guava:guava:30.0-jre