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