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