GroupId | GroupIdcom.trello |
---|---|
ArtifactId | ArtifactIdrxlifecycle-components |
Version | Version0.5.0 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.trello/rxlifecycle-components/ -->
<dependency>
<groupId>com.trello</groupId>
<artifactId>rxlifecycle-components</artifactId>
<version>0.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.trello/rxlifecycle-components/
implementation 'com.trello:rxlifecycle-components:0.5.0'
// https://jarcasting.com/artifacts/com.trello/rxlifecycle-components/
implementation ("com.trello:rxlifecycle-components:0.5.0")
'com.trello:rxlifecycle-components:aar:0.5.0'
<dependency org="com.trello" name="rxlifecycle-components" rev="0.5.0">
<artifact name="rxlifecycle-components" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.trello', module='rxlifecycle-components', version='0.5.0')
)
libraryDependencies += "com.trello" % "rxlifecycle-components" % "0.5.0"
[com.trello/rxlifecycle-components "0.5.0"]