| Categories | 
                CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
        
|---|---|
| GroupId | GroupIdcom.guicedee.services | 
    
| ArtifactId | ArtifactIdca-parent | 
    
| Version | Version1.0.2.12-jre13 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| ca-parent-1.0.2.12-jre13.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guicedee.services/ca-parent/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>ca-parent</artifactId>
    <version>1.0.2.12-jre13</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.guicedee.services/ca-parent/
implementation 'com.guicedee.services:ca-parent:1.0.2.12-jre13'
                // https://jarcasting.com/artifacts/com.guicedee.services/ca-parent/
implementation ("com.guicedee.services:ca-parent:1.0.2.12-jre13")
                'com.guicedee.services:ca-parent:pom:1.0.2.12-jre13'
                <dependency org="com.guicedee.services" name="ca-parent" rev="1.0.2.12-jre13">
  <artifact name="ca-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.guicedee.services', module='ca-parent', version='1.0.2.12-jre13')
)
                libraryDependencies += "com.guicedee.services" % "ca-parent" % "1.0.2.12-jre13"
                [com.guicedee.services/ca-parent "1.0.2.12-jre13"]