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

Jar examples for c:conductor-core

Description

conductor-core

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials