| Categories | 
                CategoriesJakarta Server Pages Jakarta EE The Web Tier GUI User Interface Guice Application Layer Libs Dependency Injection | 
        
|---|---|
| GroupId | GroupIdcom.guicedee.services | 
    
| ArtifactId | ArtifactIdjsp-parent | 
    
| Version | Version1.0.5.0-jre13 | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| jsp-parent-1.0.5.0-jre13.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guicedee.services/jsp-parent/ -->
<dependency>
    <groupId>com.guicedee.services</groupId>
    <artifactId>jsp-parent</artifactId>
    <version>1.0.5.0-jre13</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.guicedee.services/jsp-parent/
implementation 'com.guicedee.services:jsp-parent:1.0.5.0-jre13'
                // https://jarcasting.com/artifacts/com.guicedee.services/jsp-parent/
implementation ("com.guicedee.services:jsp-parent:1.0.5.0-jre13")
                'com.guicedee.services:jsp-parent:pom:1.0.5.0-jre13'
                <dependency org="com.guicedee.services" name="jsp-parent" rev="1.0.5.0-jre13">
  <artifact name="jsp-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.guicedee.services', module='jsp-parent', version='1.0.5.0-jre13')
)
                libraryDependencies += "com.guicedee.services" % "jsp-parent" % "1.0.5.0-jre13"
                [com.guicedee.services/jsp-parent "1.0.5.0-jre13"]