| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.objectweb.think.minus.applications.L4 | 
    
| ArtifactId | ArtifactIdsources | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionSources and tests of L4. 
            This module contains only the sources and tests of the parent module. It does not allow to compile it. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| sources-1.0.pom | 861 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.objectweb.think.minus.applications.L4/sources/ -->
<dependency>
    <groupId>org.objectweb.think.minus.applications.L4</groupId>
    <artifactId>sources</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.objectweb.think.minus.applications.L4/sources/
implementation 'org.objectweb.think.minus.applications.L4:sources:1.0'
                // https://jarcasting.com/artifacts/org.objectweb.think.minus.applications.L4/sources/
implementation ("org.objectweb.think.minus.applications.L4:sources:1.0")
                'org.objectweb.think.minus.applications.L4:sources:pom:1.0'
                <dependency org="org.objectweb.think.minus.applications.L4" name="sources" rev="1.0">
  <artifact name="sources" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.objectweb.think.minus.applications.L4', module='sources', version='1.0')
)
                libraryDependencies += "org.objectweb.think.minus.applications.L4" % "sources" % "1.0"
                [org.objectweb.think.minus.applications.L4/sources "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.0 |