| GroupId | GroupIdcom.github.hamsterksu |
|---|---|
| ArtifactId | ArtifactIdandroid-annotatedsql-api |
| Version | Version1.8.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hamsterksu/android-annotatedsql-api/ -->
<dependency>
<groupId>com.github.hamsterksu</groupId>
<artifactId>android-annotatedsql-api</artifactId>
<version>1.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hamsterksu/android-annotatedsql-api/
implementation 'com.github.hamsterksu:android-annotatedsql-api:1.8.3'
// https://jarcasting.com/artifacts/com.github.hamsterksu/android-annotatedsql-api/
implementation ("com.github.hamsterksu:android-annotatedsql-api:1.8.3")
'com.github.hamsterksu:android-annotatedsql-api:jar:1.8.3'
<dependency org="com.github.hamsterksu" name="android-annotatedsql-api" rev="1.8.3">
<artifact name="android-annotatedsql-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hamsterksu', module='android-annotatedsql-api', version='1.8.3')
)
libraryDependencies += "com.github.hamsterksu" % "android-annotatedsql-api" % "1.8.3"
[com.github.hamsterksu/android-annotatedsql-api "1.8.3"]