Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdio.pleo |
ArtifactId | ArtifactIdprop-guice |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
prop-guice-1.1.0.pom | |
prop-guice-1.1.0.jar | 10 KB |
prop-guice-1.1.0-sources.jar | 6 KB |
prop-guice-1.1.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.pleo/prop-guice/ -->
<dependency>
<groupId>io.pleo</groupId>
<artifactId>prop-guice</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pleo/prop-guice/
implementation 'io.pleo:prop-guice:1.1.0'
// https://jarcasting.com/artifacts/io.pleo/prop-guice/
implementation ("io.pleo:prop-guice:1.1.0")
'io.pleo:prop-guice:jar:1.1.0'
<dependency org="io.pleo" name="prop-guice" rev="1.1.0">
<artifact name="prop-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pleo', module='prop-guice', version='1.1.0')
)
libraryDependencies += "io.pleo" % "prop-guice" % "1.1.0"
[io.pleo/prop-guice "1.1.0"]