is not current version
Last Version 0.3.8

com.uber.motif:motif-compiler 0.3.3

Simple DI API for Android / Java.

GroupId

GroupId

com.uber.motif
ArtifactId

ArtifactId

motif-compiler
Version

Version

0.3.3
Type

Type

jar

Download motif-compiler 0.3.3


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