| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKotlin Languages | 
        
| GroupId | GroupIdde.jensklingenberg.kotlinmaterialui | 
    
| ArtifactId | ArtifactIdcore | 
    
| Last Version | Last Version0.7.1 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionKotlin-Material-UI 
            Kotlin Wrapper Library of Material-UI 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| core-0.7.1.pom | |
| core-0.7.1-sources.jar | 248 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.jensklingenberg.kotlinmaterialui/core/ -->
<dependency>
    <groupId>de.jensklingenberg.kotlinmaterialui</groupId>
    <artifactId>core</artifactId>
    <version>0.7.1</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/de.jensklingenberg.kotlinmaterialui/core/
implementation 'de.jensklingenberg.kotlinmaterialui:core:0.7.1'
                // https://jarcasting.com/artifacts/de.jensklingenberg.kotlinmaterialui/core/
implementation ("de.jensklingenberg.kotlinmaterialui:core:0.7.1")
                'de.jensklingenberg.kotlinmaterialui:core:pom:0.7.1'
                <dependency org="de.jensklingenberg.kotlinmaterialui" name="core" rev="0.7.1">
  <artifact name="core" type="pom" />
</dependency>
                @Grapes(
@Grab(group='de.jensklingenberg.kotlinmaterialui', module='core', version='0.7.1')
)
                libraryDependencies += "de.jensklingenberg.kotlinmaterialui" % "core" % "0.7.1"
                [de.jensklingenberg.kotlinmaterialui/core "0.7.1"]