is not current version
Last Version 1.2

com.github.chajath:guice-aqueduct 1.1

Guice Aqueduct is a Guice binder to configure Chained instances to form a pipeline

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

com.github.chajath
ArtifactId

ArtifactId

guice-aqueduct
Version

Version

1.1
Type

Type

jar

Download guice-aqueduct 1.1


<!-- https://jarcasting.com/artifacts/com.github.chajath/guice-aqueduct/ -->
<dependency>
    <groupId>com.github.chajath</groupId>
    <artifactId>guice-aqueduct</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chajath/guice-aqueduct/
implementation 'com.github.chajath:guice-aqueduct:1.1'
// https://jarcasting.com/artifacts/com.github.chajath/guice-aqueduct/
implementation ("com.github.chajath:guice-aqueduct:1.1")
'com.github.chajath:guice-aqueduct:jar:1.1'
<dependency org="com.github.chajath" name="guice-aqueduct" rev="1.1">
  <artifact name="guice-aqueduct" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chajath', module='guice-aqueduct', version='1.1')
)
libraryDependencies += "com.github.chajath" % "guice-aqueduct" % "1.1"
[com.github.chajath/guice-aqueduct "1.1"]