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