Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.larrymyers |
ArtifactId | ArtifactIddropwizard-smtp-appender |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.larrymyers/dropwizard-smtp-appender/ -->
<dependency>
<groupId>com.larrymyers</groupId>
<artifactId>dropwizard-smtp-appender</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.larrymyers/dropwizard-smtp-appender/
implementation 'com.larrymyers:dropwizard-smtp-appender:1.0.0'
// https://jarcasting.com/artifacts/com.larrymyers/dropwizard-smtp-appender/
implementation ("com.larrymyers:dropwizard-smtp-appender:1.0.0")
'com.larrymyers:dropwizard-smtp-appender:jar:1.0.0'
<dependency org="com.larrymyers" name="dropwizard-smtp-appender" rev="1.0.0">
<artifact name="dropwizard-smtp-appender" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.larrymyers', module='dropwizard-smtp-appender', version='1.0.0')
)
libraryDependencies += "com.larrymyers" % "dropwizard-smtp-appender" % "1.0.0"
[com.larrymyers/dropwizard-smtp-appender "1.0.0"]