| License | 
                License | 
        
|---|---|
| GroupId | GroupIdde.chkal.mvc-toolbox | 
    
| ArtifactId | ArtifactIdmvc-toolbox-parent | 
    
| Last Version | Last Version0.4 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionMVC Toolbox - Parent 
            MVC Toolbox - Parent 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| mvc-toolbox-parent-0.4.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.chkal.mvc-toolbox/mvc-toolbox-parent/ -->
<dependency>
    <groupId>de.chkal.mvc-toolbox</groupId>
    <artifactId>mvc-toolbox-parent</artifactId>
    <version>0.4</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/de.chkal.mvc-toolbox/mvc-toolbox-parent/
implementation 'de.chkal.mvc-toolbox:mvc-toolbox-parent:0.4'
                // https://jarcasting.com/artifacts/de.chkal.mvc-toolbox/mvc-toolbox-parent/
implementation ("de.chkal.mvc-toolbox:mvc-toolbox-parent:0.4")
                'de.chkal.mvc-toolbox:mvc-toolbox-parent:pom:0.4'
                <dependency org="de.chkal.mvc-toolbox" name="mvc-toolbox-parent" rev="0.4">
  <artifact name="mvc-toolbox-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='de.chkal.mvc-toolbox', module='mvc-toolbox-parent', version='0.4')
)
                libraryDependencies += "de.chkal.mvc-toolbox" % "mvc-toolbox-parent" % "0.4"
                [de.chkal.mvc-toolbox/mvc-toolbox-parent "0.4"]