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