License |
License |
---|---|
Categories |
CategoriesNet GUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdnet.peachjean.guice |
ArtifactId | ArtifactIdpeachguice-parent |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPeachGuice :: Parent
Modules to integrate Guice with various frameworks while maintaining Guice-style injection.
|
Filename | Size |
---|---|
peachguice-parent-0.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.peachjean.guice/peachguice-parent/ -->
<dependency>
<groupId>net.peachjean.guice</groupId>
<artifactId>peachguice-parent</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.peachjean.guice/peachguice-parent/
implementation 'net.peachjean.guice:peachguice-parent:0.1'
// https://jarcasting.com/artifacts/net.peachjean.guice/peachguice-parent/
implementation ("net.peachjean.guice:peachguice-parent:0.1")
'net.peachjean.guice:peachguice-parent:pom:0.1'
<dependency org="net.peachjean.guice" name="peachguice-parent" rev="0.1">
<artifact name="peachguice-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.peachjean.guice', module='peachguice-parent', version='0.1')
)
libraryDependencies += "net.peachjean.guice" % "peachguice-parent" % "0.1"
[net.peachjean.guice/peachguice-parent "0.1"]