| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
        
| GroupId | GroupIdcom.guicedee.examples.openapi | 
    
| ArtifactId | ArtifactIdexamples-openapi-parent | 
    
| Version | Version1.2.0.3-jre17-rc1 | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionGuicedEE Open-API Examples 
            Examples for Open API 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| examples-openapi-parent-1.2.0.3-jre17-rc1.pom | 918 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guicedee.examples.openapi/examples-openapi-parent/ -->
<dependency>
    <groupId>com.guicedee.examples.openapi</groupId>
    <artifactId>examples-openapi-parent</artifactId>
    <version>1.2.0.3-jre17-rc1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.guicedee.examples.openapi/examples-openapi-parent/
implementation 'com.guicedee.examples.openapi:examples-openapi-parent:1.2.0.3-jre17-rc1'
                // https://jarcasting.com/artifacts/com.guicedee.examples.openapi/examples-openapi-parent/
implementation ("com.guicedee.examples.openapi:examples-openapi-parent:1.2.0.3-jre17-rc1")
                'com.guicedee.examples.openapi:examples-openapi-parent:pom:1.2.0.3-jre17-rc1'
                <dependency org="com.guicedee.examples.openapi" name="examples-openapi-parent" rev="1.2.0.3-jre17-rc1">
  <artifact name="examples-openapi-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.guicedee.examples.openapi', module='examples-openapi-parent', version='1.2.0.3-jre17-rc1')
)
                libraryDependencies += "com.guicedee.examples.openapi" % "examples-openapi-parent" % "1.2.0.3-jre17-rc1"
                [com.guicedee.examples.openapi/examples-openapi-parent "1.2.0.3-jre17-rc1"]