GroupId | GroupIdcom.github.hamsterksu |
---|---|
ArtifactId | ArtifactIdandroid-annotatedsql-api |
Version | Version1.7.7 |
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.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hamsterksu/android-annotatedsql-api/
implementation 'com.github.hamsterksu:android-annotatedsql-api:1.7.7'
// https://jarcasting.com/artifacts/com.github.hamsterksu/android-annotatedsql-api/
implementation ("com.github.hamsterksu:android-annotatedsql-api:1.7.7")
'com.github.hamsterksu:android-annotatedsql-api:jar:1.7.7'
<dependency org="com.github.hamsterksu" name="android-annotatedsql-api" rev="1.7.7">
<artifact name="android-annotatedsql-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hamsterksu', module='android-annotatedsql-api', version='1.7.7')
)
libraryDependencies += "com.github.hamsterksu" % "android-annotatedsql-api" % "1.7.7"
[com.github.hamsterksu/android-annotatedsql-api "1.7.7"]