GroupId | GroupIdme.nikhilchaudhari |
---|---|
ArtifactId | ArtifactIdcompose-usehttp |
Version | Version1.0.0-alpha01 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/me.nikhilchaudhari/compose-usehttp/ -->
<dependency>
<groupId>me.nikhilchaudhari</groupId>
<artifactId>compose-usehttp</artifactId>
<version>1.0.0-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.nikhilchaudhari/compose-usehttp/
implementation 'me.nikhilchaudhari:compose-usehttp:1.0.0-alpha01'
// https://jarcasting.com/artifacts/me.nikhilchaudhari/compose-usehttp/
implementation ("me.nikhilchaudhari:compose-usehttp:1.0.0-alpha01")
'me.nikhilchaudhari:compose-usehttp:aar:1.0.0-alpha01'
<dependency org="me.nikhilchaudhari" name="compose-usehttp" rev="1.0.0-alpha01">
<artifact name="compose-usehttp" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.nikhilchaudhari', module='compose-usehttp', version='1.0.0-alpha01')
)
libraryDependencies += "me.nikhilchaudhari" % "compose-usehttp" % "1.0.0-alpha01"
[me.nikhilchaudhari/compose-usehttp "1.0.0-alpha01"]