| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesORM Data | 
        
| GroupId | GroupIdorg.objectweb.think.minus.applications.L4 | 
    
| ArtifactId | ArtifactIdplatform | 
    
| Last Version | Last Version1.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionPlatform-dependent part of L4. 
            This module contains only the sources and tests specific to the supported platform. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| platform-1.0.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.objectweb.think.minus.applications.L4/platform/ -->
<dependency>
    <groupId>org.objectweb.think.minus.applications.L4</groupId>
    <artifactId>platform</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.objectweb.think.minus.applications.L4/platform/
implementation 'org.objectweb.think.minus.applications.L4:platform:1.0'
                // https://jarcasting.com/artifacts/org.objectweb.think.minus.applications.L4/platform/
implementation ("org.objectweb.think.minus.applications.L4:platform:1.0")
                'org.objectweb.think.minus.applications.L4:platform:pom:1.0'
                <dependency org="org.objectweb.think.minus.applications.L4" name="platform" rev="1.0">
  <artifact name="platform" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.objectweb.think.minus.applications.L4', module='platform', version='1.0')
)
                libraryDependencies += "org.objectweb.think.minus.applications.L4" % "platform" % "1.0"
                [org.objectweb.think.minus.applications.L4/platform "1.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.0 |