Categories |
CategoriesAWS Container PaaS Providers Net |
---|---|
GroupId | GroupIdnet.smartcosmos |
ArtifactId | ArtifactIdaws-ses-email-service |
Version | Version1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.smartcosmos/aws-ses-email-service/ -->
<dependency>
<groupId>net.smartcosmos</groupId>
<artifactId>aws-ses-email-service</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.smartcosmos/aws-ses-email-service/
implementation 'net.smartcosmos:aws-ses-email-service:1.0'
// https://jarcasting.com/artifacts/net.smartcosmos/aws-ses-email-service/
implementation ("net.smartcosmos:aws-ses-email-service:1.0")
'net.smartcosmos:aws-ses-email-service:jar:1.0'
<dependency org="net.smartcosmos" name="aws-ses-email-service" rev="1.0">
<artifact name="aws-ses-email-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.smartcosmos', module='aws-ses-email-service', version='1.0')
)
libraryDependencies += "net.smartcosmos" % "aws-ses-email-service" % "1.0"
[net.smartcosmos/aws-ses-email-service "1.0"]