is not current version
Last Version 1.2

com.github.chajath:guice-aqueduct 1.0

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.0
Type

Type

jar

Download guice-aqueduct 1.0


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