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