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