Categories |
CategoriesAWS Container PaaS Providers config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdcom.finovertech |
ArtifactId | ArtifactIdvertx-config-aws-ssm |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.finovertech/vertx-config-aws-ssm/ -->
<dependency>
<groupId>com.finovertech</groupId>
<artifactId>vertx-config-aws-ssm</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.finovertech/vertx-config-aws-ssm/
implementation 'com.finovertech:vertx-config-aws-ssm:0.2.0'
// https://jarcasting.com/artifacts/com.finovertech/vertx-config-aws-ssm/
implementation ("com.finovertech:vertx-config-aws-ssm:0.2.0")
'com.finovertech:vertx-config-aws-ssm:jar:0.2.0'
<dependency org="com.finovertech" name="vertx-config-aws-ssm" rev="0.2.0">
<artifact name="vertx-config-aws-ssm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.finovertech', module='vertx-config-aws-ssm', version='0.2.0')
)
libraryDependencies += "com.finovertech" % "vertx-config-aws-ssm" % "0.2.0"
[com.finovertech/vertx-config-aws-ssm "0.2.0"]