GroupId | GroupIdio.github.fornewid |
---|---|
ArtifactId | ArtifactIdmaterial-motion-compose-core |
Version | Version0.8.4 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/io.github.fornewid/material-motion-compose-core/ -->
<dependency>
<groupId>io.github.fornewid</groupId>
<artifactId>material-motion-compose-core</artifactId>
<version>0.8.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.fornewid/material-motion-compose-core/
implementation 'io.github.fornewid:material-motion-compose-core:0.8.4'
// https://jarcasting.com/artifacts/io.github.fornewid/material-motion-compose-core/
implementation ("io.github.fornewid:material-motion-compose-core:0.8.4")
'io.github.fornewid:material-motion-compose-core:aar:0.8.4'
<dependency org="io.github.fornewid" name="material-motion-compose-core" rev="0.8.4">
<artifact name="material-motion-compose-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.fornewid', module='material-motion-compose-core', version='0.8.4')
)
libraryDependencies += "io.github.fornewid" % "material-motion-compose-core" % "0.8.4"
[io.github.fornewid/material-motion-compose-core "0.8.4"]