<dependency>
<groupId>com.github.thierrysquirrel</groupId>
<artifactId>sparrow-server-spring-boot</artifactId>
<version>2.2.1.4-RELEASE</version>
</dependency>
implementation group: 'com.github.thierrysquirrel', name: 'sparrow-server-spring-boot', version: '2.2.1.4-RELEASE'
implementation 'com.github.thierrysquirrel:sparrow-server-spring-boot:2.2.1.4-RELEASE'
implementation("com.github.thierrysquirrel:sparrow-server-spring-boot:2.2.1.4-RELEASE")
libraryDependencies += "com.github.thierrysquirrel" % "sparrow-server-spring-boot" % "2.2.1.4-RELEASE"
<dependency org="com.github.thierrysquirrel" name="sparrow-server-spring-boot" rev="2.2.1.4-RELEASE"/>
@Grapes(
@Grab(group='com.github.thierrysquirrel', module='sparrow-server-spring-boot', version='2.2.1.4-RELEASE')
)
[com.github.thierrysquirrel/sparrow-server-spring-boot "2.2.1.4-RELEASE"]
'com.github.thierrysquirrel:sparrow-server-spring-boot:jar:2.2.1.4-RELEASE'