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