GroupId | GroupIdorg.apache.shardingsphere.elasticjob |
---|---|
ArtifactId | ArtifactIdelasticjob-error-handler-email |
Version | Version3.0.0-beta |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.shardingsphere.elasticjob/elasticjob-error-handler-email/ -->
<dependency>
<groupId>org.apache.shardingsphere.elasticjob</groupId>
<artifactId>elasticjob-error-handler-email</artifactId>
<version>3.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.shardingsphere.elasticjob/elasticjob-error-handler-email/
implementation 'org.apache.shardingsphere.elasticjob:elasticjob-error-handler-email:3.0.0-beta'
// https://jarcasting.com/artifacts/org.apache.shardingsphere.elasticjob/elasticjob-error-handler-email/
implementation ("org.apache.shardingsphere.elasticjob:elasticjob-error-handler-email:3.0.0-beta")
'org.apache.shardingsphere.elasticjob:elasticjob-error-handler-email:jar:3.0.0-beta'
<dependency org="org.apache.shardingsphere.elasticjob" name="elasticjob-error-handler-email" rev="3.0.0-beta">
<artifact name="elasticjob-error-handler-email" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.shardingsphere.elasticjob', module='elasticjob-error-handler-email', version='3.0.0-beta')
)
libraryDependencies += "org.apache.shardingsphere.elasticjob" % "elasticjob-error-handler-email" % "3.0.0-beta"
[org.apache.shardingsphere.elasticjob/elasticjob-error-handler-email "3.0.0-beta"]