| Categories | CategoriesNet | 
|---|---|
| GroupId | GroupIdcom.netflix.conductor | 
| ArtifactId | ArtifactIdconductor-core | 
| Version | Version2.21.0-hotfix | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| conductor-core-2.21.0-hotfix.pom | |
| conductor-core-2.21.0-hotfix.jar | 257 KB | 
| conductor-core-2.21.0-hotfix-sources.jar | 172 KB | 
| conductor-core-2.21.0-hotfix-javadoc.jar | 453 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.netflix.conductor/conductor-core/ -->
<dependency>
    <groupId>com.netflix.conductor</groupId>
    <artifactId>conductor-core</artifactId>
    <version>2.21.0-hotfix</version>
</dependency>// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-core/
implementation 'com.netflix.conductor:conductor-core:2.21.0-hotfix'// https://jarcasting.com/artifacts/com.netflix.conductor/conductor-core/
implementation ("com.netflix.conductor:conductor-core:2.21.0-hotfix")'com.netflix.conductor:conductor-core:jar:2.21.0-hotfix'<dependency org="com.netflix.conductor" name="conductor-core" rev="2.21.0-hotfix">
  <artifact name="conductor-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.netflix.conductor', module='conductor-core', version='2.21.0-hotfix')
)libraryDependencies += "com.netflix.conductor" % "conductor-core" % "2.21.0-hotfix"[com.netflix.conductor/conductor-core "2.21.0-hotfix"]