GroupId | GroupIdco.windly |
---|---|
ArtifactId | ArtifactIdandroidxpreferences-compiler |
Version | Version1.0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/co.windly/androidxpreferences-compiler/ -->
<dependency>
<groupId>co.windly</groupId>
<artifactId>androidxpreferences-compiler</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/co.windly/androidxpreferences-compiler/
implementation 'co.windly:androidxpreferences-compiler:1.0.5'
// https://jarcasting.com/artifacts/co.windly/androidxpreferences-compiler/
implementation ("co.windly:androidxpreferences-compiler:1.0.5")
'co.windly:androidxpreferences-compiler:jar:1.0.5'
<dependency org="co.windly" name="androidxpreferences-compiler" rev="1.0.5">
<artifact name="androidxpreferences-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.windly', module='androidxpreferences-compiler', version='1.0.5')
)
libraryDependencies += "co.windly" % "androidxpreferences-compiler" % "1.0.5"
[co.windly/androidxpreferences-compiler "1.0.5"]