is not current version
Last Version 0.3.8

com.uber.motif:motif-core 0.0.15

Simple DI API for Android / Java.

GroupId

GroupId

com.uber.motif
ArtifactId

ArtifactId

motif-core
Version

Version

0.0.15
Type

Type

jar

Download motif-core 0.0.15


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