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