i

ibcore-dag

DAG Module for IB
${github.url.base}/${project.artifactId}
Files download
File Operation
ibcore-dag-0.30.0.jar download
ibcore-dag-0.30.0.pom download
ibcore-dag-0.30.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder</groupId>
  <artifactId>ibcore-dag</artifactId>
  <version>0.30.0</version>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder:ibcore-dag:0.30.0'
Gradle Kotlin
implementation("org.infrastructurebuilder:ibcore-dag:0.30.0")
Scala SBT
libraryDependencies += "org.infrastructurebuilder" % "ibcore-dag" % "0.30.0"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder', module='ibcore-dag', version='0.30.0')
)
Apache Ivy
<dependency org="org.infrastructurebuilder" name="ibcore-dag" rev="0.30.0" />
Leiningen
[org.infrastructurebuilder/ibcore-dag "0.30.0"]
Apache Buildr
'org.infrastructurebuilder:ibcore-dag:jar:0.30.0'