| Categories | 
                CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
        
|---|---|
| GroupId | GroupIdcom.guicedee.persistence | 
    
| ArtifactId | ArtifactIdguiced-persistence-systemproperties-reader | 
    
| Version | Version1.0.8.2-jre13 | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-systemproperties-reader/ -->
<dependency>
    <groupId>com.guicedee.persistence</groupId>
    <artifactId>guiced-persistence-systemproperties-reader</artifactId>
    <version>1.0.8.2-jre13</version>
</dependency>
                // https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-systemproperties-reader/
implementation 'com.guicedee.persistence:guiced-persistence-systemproperties-reader:1.0.8.2-jre13'
                // https://jarcasting.com/artifacts/com.guicedee.persistence/guiced-persistence-systemproperties-reader/
implementation ("com.guicedee.persistence:guiced-persistence-systemproperties-reader:1.0.8.2-jre13")
                'com.guicedee.persistence:guiced-persistence-systemproperties-reader:jar:1.0.8.2-jre13'
                <dependency org="com.guicedee.persistence" name="guiced-persistence-systemproperties-reader" rev="1.0.8.2-jre13">
  <artifact name="guiced-persistence-systemproperties-reader" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.guicedee.persistence', module='guiced-persistence-systemproperties-reader', version='1.0.8.2-jre13')
)
                libraryDependencies += "com.guicedee.persistence" % "guiced-persistence-systemproperties-reader" % "1.0.8.2-jre13"
                [com.guicedee.persistence/guiced-persistence-systemproperties-reader "1.0.8.2-jre13"]