i

ibcore

Lightly encumberd Standard interfaces (and exceptions) for JVM-based applications within IB codebases
${github.url.base}/${project.artifactId}
Files download
File Operation
ibcore-0.11.3.jar download
ibcore-0.11.3.pom download
ibcore-0.11.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder</groupId>
  <artifactId>ibcore</artifactId>
  <version>0.11.3</version>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder:ibcore:0.11.3'
Gradle Kotlin
implementation("org.infrastructurebuilder:ibcore:0.11.3")
Scala SBT
libraryDependencies += "org.infrastructurebuilder" % "ibcore" % "0.11.3"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder', module='ibcore', version='0.11.3')
)
Apache Ivy
<dependency org="org.infrastructurebuilder" name="ibcore" rev="0.11.3" />
Leiningen
[org.infrastructurebuilder/ibcore "0.11.3"]
Apache Buildr
'org.infrastructurebuilder:ibcore:jar:0.11.3'