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