Download conductor-core-1.10.4.jar file - Jar c

Jar examples for c:conductor-core

Description

conductor-core

You can download jar file conductor-core 1.10.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add conductor-core-1.10.4.jar to your project.

<dependency>
   <groupId>com.netflix.conductor</groupId>
   <artifactId>conductor-core</artifactId>
   <version>1.10.4</version>
</dependency>
compile group: 'com.netflix.conductor', name: 'conductor-core', version: '1.10.4'
libraryDependencies += "com.netflix.conductor" % "conductor-core" % "1.10.4"
<dependency org="com.netflix.conductor" name="conductor-core" rev="1.10.4"/>
@Grapes(@Grab(group='com.netflix.conductor', module='conductor-core', version='1.10.4'))
'com.netflix.conductor:conductor-core:jar:1.10.4'

Download

Click the following link to download the jar file.

conductor-core-1.10.4-javadoc.jar
conductor-core-1.10.4-sources.jar
conductor-core-1.10.4.jar
conductor-core-1.10.4.pom



Related Tutorials