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