Files download
File Operation
ibc-annotations-1.5.0.jar download
ibc-annotations-1.5.0.pom download
ibc-annotations-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.jamesfchen</groupId>
  <artifactId>ibc-annotations</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.jamesfchen:ibc-annotations:1.5.0'
Gradle Kotlin
implementation("io.github.jamesfchen:ibc-annotations:1.5.0")
Scala SBT
libraryDependencies += "io.github.jamesfchen" % "ibc-annotations" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.jamesfchen', module='ibc-annotations', version='1.5.0')
)
Apache Ivy
<dependency org="io.github.jamesfchen" name="ibc-annotations" rev="1.5.0" />
Leiningen
[io.github.jamesfchen/ibc-annotations "1.5.0"]
Apache Buildr
'io.github.jamesfchen:ibc-annotations:jar:1.5.0'