Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.lalafo.conductor |
ArtifactId | ArtifactIdconductor-glide |
Version | Version1.0.0-rc01 |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/com.lalafo.conductor/conductor-glide/ -->
<dependency>
<groupId>com.lalafo.conductor</groupId>
<artifactId>conductor-glide</artifactId>
<version>1.0.0-rc01</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.lalafo.conductor/conductor-glide/
implementation 'com.lalafo.conductor:conductor-glide:1.0.0-rc01'
// https://jarcasting.com/artifacts/com.lalafo.conductor/conductor-glide/
implementation ("com.lalafo.conductor:conductor-glide:1.0.0-rc01")
'com.lalafo.conductor:conductor-glide:aar:1.0.0-rc01'
<dependency org="com.lalafo.conductor" name="conductor-glide" rev="1.0.0-rc01">
<artifact name="conductor-glide" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.lalafo.conductor', module='conductor-glide', version='1.0.0-rc01')
)
libraryDependencies += "com.lalafo.conductor" % "conductor-glide" % "1.0.0-rc01"
[com.lalafo.conductor/conductor-glide "1.0.0-rc01"]