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