<dependency> <groupId>com.cognitect.aws</groupId> <artifactId>athena</artifactId> <version>825.2.1250.0</version> </dependency>
implementation 'com.cognitect.aws:athena:825.2.1250.0'
implementation("com.cognitect.aws:athena:825.2.1250.0")
libraryDependencies += "com.cognitect.aws" % "athena" % "825.2.1250.0"
@Grapes( @Grab(group='com.cognitect.aws', module='athena', version='825.2.1250.0') )
<dependency org="com.cognitect.aws" name="athena" rev="825.2.1250.0" />
[com.cognitect.aws/athena "825.2.1250.0"]
'com.cognitect.aws:athena:jar:825.2.1250.0'