License |
License |
---|---|
GroupId | GroupIdcom.uber.motif |
ArtifactId | ArtifactIdmotif-core |
Version | Version0.3.7 |
Type | Typejar |
Description |
DescriptionMotif
Simple DI API for Android / Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
motif-core-0.3.7.pom | |
motif-core-0.3.7.jar | 48 KB |
motif-core-0.3.7-sources.jar | 7 KB |
motif-core-0.3.7-javadoc.jar | 247 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uber.motif/motif-core/ -->
<dependency>
<groupId>com.uber.motif</groupId>
<artifactId>motif-core</artifactId>
<version>0.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.motif/motif-core/
implementation 'com.uber.motif:motif-core:0.3.7'
// https://jarcasting.com/artifacts/com.uber.motif/motif-core/
implementation ("com.uber.motif:motif-core:0.3.7")
'com.uber.motif:motif-core:jar:0.3.7'
<dependency org="com.uber.motif" name="motif-core" rev="0.3.7">
<artifact name="motif-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.motif', module='motif-core', version='0.3.7')
)
libraryDependencies += "com.uber.motif" % "motif-core" % "0.3.7"
[com.uber.motif/motif-core "0.3.7"]
Group / Artifact | Type | Version |
---|---|---|
com.uber.motif : motif-models | jar | 0.3.7 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.10 |