| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.mastfrog | 
    
| ArtifactId | ArtifactIdmastfrog-parent | 
    
| Last Version | Last Version2.8.3 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionMastfrog Configuration 
            Shared configuration for Giulius, Acteur and
        related projects 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project OrganizationMastfrog Technologies | 
            
| Filename | Size | 
|---|---|
| mastfrog-parent-2.8.3.pom | 64 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.mastfrog/mastfrog-parent/ -->
<dependency>
    <groupId>com.mastfrog</groupId>
    <artifactId>mastfrog-parent</artifactId>
    <version>2.8.3</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.mastfrog/mastfrog-parent/
implementation 'com.mastfrog:mastfrog-parent:2.8.3'
                // https://jarcasting.com/artifacts/com.mastfrog/mastfrog-parent/
implementation ("com.mastfrog:mastfrog-parent:2.8.3")
                'com.mastfrog:mastfrog-parent:pom:2.8.3'
                <dependency org="com.mastfrog" name="mastfrog-parent" rev="2.8.3">
  <artifact name="mastfrog-parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.mastfrog', module='mastfrog-parent', version='2.8.3')
)
                libraryDependencies += "com.mastfrog" % "mastfrog-parent" % "2.8.3"
                [com.mastfrog/mastfrog-parent "2.8.3"]