e

elasticjob-error-handler-type

Files download
File Operation
elasticjob-error-handler-type-3.0.4.pom download
Apache Maven
<dependency>
  <groupId>org.apache.shardingsphere.elasticjob</groupId>
  <artifactId>elasticjob-error-handler-type</artifactId>
  <version>3.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.shardingsphere.elasticjob:elasticjob-error-handler-type:3.0.4'
Gradle Kotlin
implementation("org.apache.shardingsphere.elasticjob:elasticjob-error-handler-type:3.0.4")
Scala SBT
libraryDependencies += "org.apache.shardingsphere.elasticjob" % "elasticjob-error-handler-type" % "3.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shardingsphere.elasticjob', module='elasticjob-error-handler-type', version='3.0.4')
)
Apache Ivy
<dependency org="org.apache.shardingsphere.elasticjob" name="elasticjob-error-handler-type" rev="3.0.4" />
Leiningen
[org.apache.shardingsphere.elasticjob/elasticjob-error-handler-type "3.0.4"]
Apache Buildr
'org.apache.shardingsphere.elasticjob:elasticjob-error-handler-type:jar:3.0.4'