Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.lachlanmckee |
ArtifactId | ArtifactIdhilt-compose-navigation-factory |
Version | Version1.0.0-alpha01 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/net.lachlanmckee/hilt-compose-navigation-factory/ -->
<dependency>
<groupId>net.lachlanmckee</groupId>
<artifactId>hilt-compose-navigation-factory</artifactId>
<version>1.0.0-alpha01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/net.lachlanmckee/hilt-compose-navigation-factory/
implementation 'net.lachlanmckee:hilt-compose-navigation-factory:1.0.0-alpha01'
// https://jarcasting.com/artifacts/net.lachlanmckee/hilt-compose-navigation-factory/
implementation ("net.lachlanmckee:hilt-compose-navigation-factory:1.0.0-alpha01")
'net.lachlanmckee:hilt-compose-navigation-factory:aar:1.0.0-alpha01'
<dependency org="net.lachlanmckee" name="hilt-compose-navigation-factory" rev="1.0.0-alpha01">
<artifact name="hilt-compose-navigation-factory" type="aar" />
</dependency>
@Grapes(
@Grab(group='net.lachlanmckee', module='hilt-compose-navigation-factory', version='1.0.0-alpha01')
)
libraryDependencies += "net.lachlanmckee" % "hilt-compose-navigation-factory" % "1.0.0-alpha01"
[net.lachlanmckee/hilt-compose-navigation-factory "1.0.0-alpha01"]