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