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