| License | 
                License | 
        
|---|---|
| GroupId | GroupIdde.monticore | 
    
| ArtifactId | ArtifactIdse-pom | 
    
| Last Version | Last Version2.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionSE Super POM 
            SE-Internal Libraries 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| se-pom-2.0.1.pom | 14 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.monticore/se-pom/ -->
<dependency>
    <groupId>de.monticore</groupId>
    <artifactId>se-pom</artifactId>
    <version>2.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/de.monticore/se-pom/
implementation 'de.monticore:se-pom:2.0.1'
                // https://jarcasting.com/artifacts/de.monticore/se-pom/
implementation ("de.monticore:se-pom:2.0.1")
                'de.monticore:se-pom:pom:2.0.1'
                <dependency org="de.monticore" name="se-pom" rev="2.0.1">
  <artifact name="se-pom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='de.monticore', module='se-pom', version='2.0.1')
)
                libraryDependencies += "de.monticore" % "se-pom" % "2.0.1"
                [de.monticore/se-pom "2.0.1"]