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

Jar examples for c:conductor-core

Description

conductor-core

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials