| Categories | 
                CategoriesKotlin Languages | 
        
|---|---|
| GroupId | GroupIdme.drakeet.multitype | 
    
| ArtifactId | ArtifactIdmultitype-kotlin | 
    
| Version | Version3.4.2-beta1 | 
        
| Type | Typeaar | 
    
| Filename | Size | 
|---|---|
| multitype-kotlin-3.4.2-beta1.pom | |
| multitype-kotlin-3.4.2-beta1.aar | 7 KB | 
| multitype-kotlin-3.4.2-beta1-sources.jar | 565 bytes | 
| multitype-kotlin-3.4.2-beta1-javadoc.jar | 261 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/me.drakeet.multitype/multitype-kotlin/ -->
<dependency>
    <groupId>me.drakeet.multitype</groupId>
    <artifactId>multitype-kotlin</artifactId>
    <version>3.4.2-beta1</version>
    <type>aar</type>
</dependency>
                // https://jarcasting.com/artifacts/me.drakeet.multitype/multitype-kotlin/
implementation 'me.drakeet.multitype:multitype-kotlin:3.4.2-beta1'
                // https://jarcasting.com/artifacts/me.drakeet.multitype/multitype-kotlin/
implementation ("me.drakeet.multitype:multitype-kotlin:3.4.2-beta1")
                'me.drakeet.multitype:multitype-kotlin:aar:3.4.2-beta1'
                <dependency org="me.drakeet.multitype" name="multitype-kotlin" rev="3.4.2-beta1">
  <artifact name="multitype-kotlin" type="aar" />
</dependency>
                @Grapes(
@Grab(group='me.drakeet.multitype', module='multitype-kotlin', version='3.4.2-beta1')
)
                libraryDependencies += "me.drakeet.multitype" % "multitype-kotlin" % "3.4.2-beta1"
                [me.drakeet.multitype/multitype-kotlin "3.4.2-beta1"]