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