GroupId | GroupIdteam.fastflow.kusu |
---|---|
ArtifactId | ArtifactIdui-progressline |
Version | Version1.0.0-BETA |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/team.fastflow.kusu/ui-progressline/ -->
<dependency>
<groupId>team.fastflow.kusu</groupId>
<artifactId>ui-progressline</artifactId>
<version>1.0.0-BETA</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/team.fastflow.kusu/ui-progressline/
implementation 'team.fastflow.kusu:ui-progressline:1.0.0-BETA'
// https://jarcasting.com/artifacts/team.fastflow.kusu/ui-progressline/
implementation ("team.fastflow.kusu:ui-progressline:1.0.0-BETA")
'team.fastflow.kusu:ui-progressline:aar:1.0.0-BETA'
<dependency org="team.fastflow.kusu" name="ui-progressline" rev="1.0.0-BETA">
<artifact name="ui-progressline" type="aar" />
</dependency>
@Grapes(
@Grab(group='team.fastflow.kusu', module='ui-progressline', version='1.0.0-BETA')
)
libraryDependencies += "team.fastflow.kusu" % "ui-progressline" % "1.0.0-BETA"
[team.fastflow.kusu/ui-progressline "1.0.0-BETA"]