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