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