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