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.9.1.jar download
ibcore-0.9.1.pom download
ibcore-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.infrastructurebuilder</groupId>
  <artifactId>ibcore</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'org.infrastructurebuilder:ibcore:0.9.1'
Gradle Kotlin
implementation("org.infrastructurebuilder:ibcore:0.9.1")
Scala SBT
libraryDependencies += "org.infrastructurebuilder" % "ibcore" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='org.infrastructurebuilder', module='ibcore', version='0.9.1')
)
Apache Ivy
<dependency org="org.infrastructurebuilder" name="ibcore" rev="0.9.1" />
Leiningen
[org.infrastructurebuilder/ibcore "0.9.1"]
Apache Buildr
'org.infrastructurebuilder:ibcore:jar:0.9.1'