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