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