License |
License |
---|---|
GroupId | GroupIdde.theappguys |
ArtifactId | ArtifactIdwinzigsql |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionwinzigsql
WinzigSQL is a very tiny utility lib that is supposed to aid in the task of accessing a database under Android.
|
Project URL |
Project URL |
Filename | Size |
---|---|
winzigsql-1.0.pom | |
winzigsql-1.0.jar | 44 KB |
winzigsql-1.0-sources.jar | 15 KB |
winzigsql-1.0-javadoc.jar | 175 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.theappguys/winzigsql/ -->
<dependency>
<groupId>de.theappguys</groupId>
<artifactId>winzigsql</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.theappguys/winzigsql/
implementation 'de.theappguys:winzigsql:1.0'
// https://jarcasting.com/artifacts/de.theappguys/winzigsql/
implementation ("de.theappguys:winzigsql:1.0")
'de.theappguys:winzigsql:jar:1.0'
<dependency org="de.theappguys" name="winzigsql" rev="1.0">
<artifact name="winzigsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.theappguys', module='winzigsql', version='1.0')
)
libraryDependencies += "de.theappguys" % "winzigsql" % "1.0"
[de.theappguys/winzigsql "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 2.3.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |