GroupId | GroupIdcom.uber.rib |
---|---|
ArtifactId | ArtifactIdrib-debug-utils |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
rib-debug-utils-0.10.0.pom | |
rib-debug-utils-0.10.0.jar | 1 KB |
rib-debug-utils-0.10.0-sources.jar | 1 KB |
rib-debug-utils-0.10.0-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uber.rib/rib-debug-utils/ -->
<dependency>
<groupId>com.uber.rib</groupId>
<artifactId>rib-debug-utils</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.rib/rib-debug-utils/
implementation 'com.uber.rib:rib-debug-utils:0.10.0'
// https://jarcasting.com/artifacts/com.uber.rib/rib-debug-utils/
implementation ("com.uber.rib:rib-debug-utils:0.10.0")
'com.uber.rib:rib-debug-utils:jar:0.10.0'
<dependency org="com.uber.rib" name="rib-debug-utils" rev="0.10.0">
<artifact name="rib-debug-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.rib', module='rib-debug-utils', version='0.10.0')
)
libraryDependencies += "com.uber.rib" % "rib-debug-utils" % "0.10.0"
[com.uber.rib/rib-debug-utils "0.10.0"]