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