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