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