Fabricator
Library for building and managing builder pattern objects with DI based configurations
License |
License |
---|---|
Categories |
CategoriesNet GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.netflix.fabricator |
ArtifactId | ArtifactIdfabricator-guice |
Last Version | Last Version0.28.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfabricator-guice
fabricator-guice
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fabricator-guice-0.28.0.pom | |
fabricator-guice-0.28.0.jar | 22 KB |
fabricator-guice-0.28.0-sources.jar | 13 KB |
fabricator-guice-0.28.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.fabricator/fabricator-guice/ -->
<dependency>
<groupId>com.netflix.fabricator</groupId>
<artifactId>fabricator-guice</artifactId>
<version>0.28.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.fabricator/fabricator-guice/
implementation 'com.netflix.fabricator:fabricator-guice:0.28.0'
// https://jarcasting.com/artifacts/com.netflix.fabricator/fabricator-guice/
implementation ("com.netflix.fabricator:fabricator-guice:0.28.0")
'com.netflix.fabricator:fabricator-guice:jar:0.28.0'
<dependency org="com.netflix.fabricator" name="fabricator-guice" rev="0.28.0">
<artifact name="fabricator-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.fabricator', module='fabricator-guice', version='0.28.0')
)
libraryDependencies += "com.netflix.fabricator" % "fabricator-guice" % "0.28.0"
[com.netflix.fabricator/fabricator-guice "0.28.0"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.fabricator : fabricator-core | jar | 0.28.0 |
Library for building and managing builder pattern objects with DI based configurations