License |
License |
---|---|
GroupId | GroupIdcom.github.hamsterksu |
ArtifactId | ArtifactIdprojection-plugin-api |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionannotatedsql-projection-plugin
Android library to create schema and content provider by using annotations
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.hamsterksu/projection-plugin-api/ -->
<dependency>
<groupId>com.github.hamsterksu</groupId>
<artifactId>projection-plugin-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hamsterksu/projection-plugin-api/
implementation 'com.github.hamsterksu:projection-plugin-api:1.0.0'
// https://jarcasting.com/artifacts/com.github.hamsterksu/projection-plugin-api/
implementation ("com.github.hamsterksu:projection-plugin-api:1.0.0")
'com.github.hamsterksu:projection-plugin-api:jar:1.0.0'
<dependency org="com.github.hamsterksu" name="projection-plugin-api" rev="1.0.0">
<artifact name="projection-plugin-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hamsterksu', module='projection-plugin-api', version='1.0.0')
)
libraryDependencies += "com.github.hamsterksu" % "projection-plugin-api" % "1.0.0"
[com.github.hamsterksu/projection-plugin-api "1.0.0"]