GroupId | GroupIdcom.hannesdorfmann.mosby3 |
---|---|
ArtifactId | ArtifactIdutils-fragment |
Version | Version3.0.0-alpha4 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.hannesdorfmann.mosby3/utils-fragment/ -->
<dependency>
<groupId>com.hannesdorfmann.mosby3</groupId>
<artifactId>utils-fragment</artifactId>
<version>3.0.0-alpha4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hannesdorfmann.mosby3/utils-fragment/
implementation 'com.hannesdorfmann.mosby3:utils-fragment:3.0.0-alpha4'
// https://jarcasting.com/artifacts/com.hannesdorfmann.mosby3/utils-fragment/
implementation ("com.hannesdorfmann.mosby3:utils-fragment:3.0.0-alpha4")
'com.hannesdorfmann.mosby3:utils-fragment:aar:3.0.0-alpha4'
<dependency org="com.hannesdorfmann.mosby3" name="utils-fragment" rev="3.0.0-alpha4">
<artifact name="utils-fragment" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hannesdorfmann.mosby3', module='utils-fragment', version='3.0.0-alpha4')
)
libraryDependencies += "com.hannesdorfmann.mosby3" % "utils-fragment" % "3.0.0-alpha4"
[com.hannesdorfmann.mosby3/utils-fragment "3.0.0-alpha4"]