| GroupId | GroupIdcom.github.feelschaotic |
|---|---|
| ArtifactId | ArtifactIdRobust.patch |
| Version | Version0.4.87.4-RELEASE |
| Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.github.feelschaotic/Robust.patch/ -->
<dependency>
<groupId>com.github.feelschaotic</groupId>
<artifactId>Robust.patch</artifactId>
<version>0.4.87.4-RELEASE</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.feelschaotic/Robust.patch/
implementation 'com.github.feelschaotic:Robust.patch:0.4.87.4-RELEASE'
// https://jarcasting.com/artifacts/com.github.feelschaotic/Robust.patch/
implementation ("com.github.feelschaotic:Robust.patch:0.4.87.4-RELEASE")
'com.github.feelschaotic:Robust.patch:aar:0.4.87.4-RELEASE'
<dependency org="com.github.feelschaotic" name="Robust.patch" rev="0.4.87.4-RELEASE">
<artifact name="Robust.patch" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.feelschaotic', module='Robust.patch', version='0.4.87.4-RELEASE')
)
libraryDependencies += "com.github.feelschaotic" % "Robust.patch" % "0.4.87.4-RELEASE"
[com.github.feelschaotic/Robust.patch "0.4.87.4-RELEASE"]