Categories |
CategoriesKotlin Languages Net |
---|---|
GroupId | GroupIdnet.subroh0508.kotlinmaterialui |
ArtifactId | ArtifactIdpickers |
Version | Version0.5.6 |
Type | Typepom |
Filename | Size |
---|---|
pickers-0.5.6.pom | |
pickers-0.5.6-sources.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.subroh0508.kotlinmaterialui/pickers/ -->
<dependency>
<groupId>net.subroh0508.kotlinmaterialui</groupId>
<artifactId>pickers</artifactId>
<version>0.5.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.subroh0508.kotlinmaterialui/pickers/
implementation 'net.subroh0508.kotlinmaterialui:pickers:0.5.6'
// https://jarcasting.com/artifacts/net.subroh0508.kotlinmaterialui/pickers/
implementation ("net.subroh0508.kotlinmaterialui:pickers:0.5.6")
'net.subroh0508.kotlinmaterialui:pickers:pom:0.5.6'
<dependency org="net.subroh0508.kotlinmaterialui" name="pickers" rev="0.5.6">
<artifact name="pickers" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.subroh0508.kotlinmaterialui', module='pickers', version='0.5.6')
)
libraryDependencies += "net.subroh0508.kotlinmaterialui" % "pickers" % "0.5.6"
[net.subroh0508.kotlinmaterialui/pickers "0.5.6"]