<dependency>
<groupId>com.funixproductions.api.google.auth</groupId>
<artifactId>funixproductions-google-auth</artifactId>
<version>1.2.2.0</version>
</dependency>
implementation group: 'com.funixproductions.api.google.auth', name: 'funixproductions-google-auth', version: '1.2.2.0'
implementation 'com.funixproductions.api.google.auth:funixproductions-google-auth:1.2.2.0'
implementation("com.funixproductions.api.google.auth:funixproductions-google-auth:1.2.2.0")
libraryDependencies += "com.funixproductions.api.google.auth" % "funixproductions-google-auth" % "1.2.2.0"
<dependency org="com.funixproductions.api.google.auth" name="funixproductions-google-auth" rev="1.2.2.0"/>
@Grapes(
@Grab(group='com.funixproductions.api.google.auth', module='funixproductions-google-auth', version='1.2.2.0')
)
[com.funixproductions.api.google.auth/funixproductions-google-auth "1.2.2.0"]
'com.funixproductions.api.google.auth:funixproductions-google-auth:jar:1.2.2.0'