| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdcom.github.chajath |
| ArtifactId | ArtifactIdguice-aqueduct |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGuice Aqueduct
Guice Aqueduct is a Guice binder to configure Chained instances to form a pipeline
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| guice-aqueduct-1.2.pom | |
| guice-aqueduct-1.2.jar | 8 KB |
| guice-aqueduct-1.2-sources.jar | 4 KB |
| guice-aqueduct-1.2-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chajath/guice-aqueduct/ -->
<dependency>
<groupId>com.github.chajath</groupId>
<artifactId>guice-aqueduct</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chajath/guice-aqueduct/
implementation 'com.github.chajath:guice-aqueduct:1.2'
// https://jarcasting.com/artifacts/com.github.chajath/guice-aqueduct/
implementation ("com.github.chajath:guice-aqueduct:1.2")
'com.github.chajath:guice-aqueduct:jar:1.2'
<dependency org="com.github.chajath" name="guice-aqueduct" rev="1.2">
<artifact name="guice-aqueduct" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chajath', module='guice-aqueduct', version='1.2')
)
libraryDependencies += "com.github.chajath" % "guice-aqueduct" % "1.2"
[com.github.chajath/guice-aqueduct "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 24.0-android |
| com.google.inject : guice | jar | 4.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| com.google.truth : truth | jar | 0.39 |