| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesUML Business Logic Libraries Documents Processing | 
        
| GroupId | GroupIdorg.xtuml | 
    
| ArtifactId | ArtifactIdmc | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionxtUML Model Compilers 
            xtUML model compilers and tools 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| mc-1.0.1.pom | 3 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.xtuml/mc/ -->
<dependency>
    <groupId>org.xtuml</groupId>
    <artifactId>mc</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.xtuml/mc/
implementation 'org.xtuml:mc:1.0.1'
                // https://jarcasting.com/artifacts/org.xtuml/mc/
implementation ("org.xtuml:mc:1.0.1")
                'org.xtuml:mc:pom:1.0.1'
                <dependency org="org.xtuml" name="mc" rev="1.0.1">
  <artifact name="mc" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.xtuml', module='mc', version='1.0.1')
)
                libraryDependencies += "org.xtuml" % "mc" % "1.0.1"
                [org.xtuml/mc "1.0.1"]