| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.objectweb.think.minus.applications.L4 | 
    
| ArtifactId | ArtifactIdparent | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionL4 implementation based on Cecilia and Minus 
            L4 is a microkernel implemented with the Cecilia component model
		and the minus component library. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| parent-1.0.pom | 820 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.objectweb.think.minus.applications.L4/parent/ -->
<dependency>
    <groupId>org.objectweb.think.minus.applications.L4</groupId>
    <artifactId>parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.objectweb.think.minus.applications.L4/parent/
implementation 'org.objectweb.think.minus.applications.L4:parent:1.0'
                // https://jarcasting.com/artifacts/org.objectweb.think.minus.applications.L4/parent/
implementation ("org.objectweb.think.minus.applications.L4:parent:1.0")
                'org.objectweb.think.minus.applications.L4:parent:pom:1.0'
                <dependency org="org.objectweb.think.minus.applications.L4" name="parent" rev="1.0">
  <artifact name="parent" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.objectweb.think.minus.applications.L4', module='parent', version='1.0')
)
                libraryDependencies += "org.objectweb.think.minus.applications.L4" % "parent" % "1.0"
                [org.objectweb.think.minus.applications.L4/parent "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.0 |