GroupId | GroupIdcom.uber.motif |
---|---|
ArtifactId | ArtifactIdmotif-core |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
motif-core-0.3.2.pom | |
motif-core-0.3.2.jar | 57 KB |
motif-core-0.3.2-sources.jar | 7 KB |
motif-core-0.3.2-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uber.motif/motif-core/ -->
<dependency>
<groupId>com.uber.motif</groupId>
<artifactId>motif-core</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.motif/motif-core/
implementation 'com.uber.motif:motif-core:0.3.2'
// https://jarcasting.com/artifacts/com.uber.motif/motif-core/
implementation ("com.uber.motif:motif-core:0.3.2")
'com.uber.motif:motif-core:jar:0.3.2'
<dependency org="com.uber.motif" name="motif-core" rev="0.3.2">
<artifact name="motif-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.motif', module='motif-core', version='0.3.2')
)
libraryDependencies += "com.uber.motif" % "motif-core" % "0.3.2"
[com.uber.motif/motif-core "0.3.2"]