<dependency>
<groupId>com.github.ifrugal</groupId>
<artifactId>gateway-app</artifactId>
<version>1.0.0</version>
</dependency>
implementation 'com.github.ifrugal:gateway-app:1.0.0'
com.github.ifrugal:gateway-app:1.0.0
<dependency org="com.github.ifrugal" name="gateway-app" rev="1.0.0" />
libraryDependencies += "com.github.ifrugal" % "gateway-app" % "1.0.0"
@Grab(group='com.github.ifrugal', module='gateway-app', version='1.0.0')
[com.github.ifrugal/gateway-app "1.0.0"]
'com.github.ifrugal:gateway-app:jar:1.0.0'