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