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