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