GroupId | GroupIdcom.uber.rib |
---|---|
ArtifactId | ArtifactIdrib-compiler-app |
Version | Version0.10.1 |
Type | Typejar |
Filename | Size |
---|---|
rib-compiler-app-0.10.1.pom | |
rib-compiler-app-0.10.1.jar | 13 KB |
rib-compiler-app-0.10.1-sources.jar | 14 KB |
rib-compiler-app-0.10.1-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.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.rib/rib-compiler-app/
implementation 'com.uber.rib:rib-compiler-app:0.10.1'
// https://jarcasting.com/artifacts/com.uber.rib/rib-compiler-app/
implementation ("com.uber.rib:rib-compiler-app:0.10.1")
'com.uber.rib:rib-compiler-app:jar:0.10.1'
<dependency org="com.uber.rib" name="rib-compiler-app" rev="0.10.1">
<artifact name="rib-compiler-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.rib', module='rib-compiler-app', version='0.10.1')
)
libraryDependencies += "com.uber.rib" % "rib-compiler-app" % "0.10.1"
[com.uber.rib/rib-compiler-app "0.10.1"]