is not current version
Last Version 0.3.8

com.uber.motif:motif-core 0.3.6

Simple DI API for Android / Java.

GroupId

GroupId

com.uber.motif
ArtifactId

ArtifactId

motif-core
Version

Version

0.3.6
Type

Type

jar

Download motif-core 0.3.6


<!-- https://jarcasting.com/artifacts/com.uber.motif/motif-core/ -->
<dependency>
    <groupId>com.uber.motif</groupId>
    <artifactId>motif-core</artifactId>
    <version>0.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.motif/motif-core/
implementation 'com.uber.motif:motif-core:0.3.6'
// https://jarcasting.com/artifacts/com.uber.motif/motif-core/
implementation ("com.uber.motif:motif-core:0.3.6")
'com.uber.motif:motif-core:jar:0.3.6'
<dependency org="com.uber.motif" name="motif-core" rev="0.3.6">
  <artifact name="motif-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.motif', module='motif-core', version='0.3.6')
)
libraryDependencies += "com.uber.motif" % "motif-core" % "0.3.6"
[com.uber.motif/motif-core "0.3.6"]