| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesKotlin Languages Net | 
        
| GroupId | GroupIdnet.subroh0508.kotlinmaterialui | 
    
| ArtifactId | ArtifactIdcore | 
    
| Version | Version0.7.0-CICDTEST | 
        
| 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.0-CICDTEST.pom | |
| core-0.7.0-CICDTEST-sources.jar | 248 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.subroh0508.kotlinmaterialui/core/ -->
<dependency>
    <groupId>net.subroh0508.kotlinmaterialui</groupId>
    <artifactId>core</artifactId>
    <version>0.7.0-CICDTEST</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/net.subroh0508.kotlinmaterialui/core/
implementation 'net.subroh0508.kotlinmaterialui:core:0.7.0-CICDTEST'
                // https://jarcasting.com/artifacts/net.subroh0508.kotlinmaterialui/core/
implementation ("net.subroh0508.kotlinmaterialui:core:0.7.0-CICDTEST")
                'net.subroh0508.kotlinmaterialui:core:pom:0.7.0-CICDTEST'
                <dependency org="net.subroh0508.kotlinmaterialui" name="core" rev="0.7.0-CICDTEST">
  <artifact name="core" type="pom" />
</dependency>
                @Grapes(
@Grab(group='net.subroh0508.kotlinmaterialui', module='core', version='0.7.0-CICDTEST')
)
                libraryDependencies += "net.subroh0508.kotlinmaterialui" % "core" % "0.7.0-CICDTEST"
                [net.subroh0508.kotlinmaterialui/core "0.7.0-CICDTEST"]