HippQuery

Super simple SQLite typesafe query builder

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.semanticer
ArtifactId

ArtifactId

hippquerry
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

aar
Description

Description

HippQuery
Super simple SQLite typesafe query builder
Project URL

Project URL

https://github.com/semanticer/HippQuery
Source Code Management

Source Code Management

https://github.com/semanticer/HippQuery

Download hippquerry

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.semanticer/hippquerry/ -->
<dependency>
    <groupId>com.github.semanticer</groupId>
    <artifactId>hippquerry</artifactId>
    <version>0.0.2</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.semanticer/hippquerry/
implementation 'com.github.semanticer:hippquerry:0.0.2'
// https://jarcasting.com/artifacts/com.github.semanticer/hippquerry/
implementation ("com.github.semanticer:hippquerry:0.0.2")
'com.github.semanticer:hippquerry:aar:0.0.2'
<dependency org="com.github.semanticer" name="hippquerry" rev="0.0.2">
  <artifact name="hippquerry" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.semanticer', module='hippquerry', version='0.0.2')
)
libraryDependencies += "com.github.semanticer" % "hippquerry" % "0.0.2"
[com.github.semanticer/hippquerry "0.0.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

HippQuery

Super simple library for building a little less stringy SQLite Queries.

Named after D. Richard Hipp - creator of SQLite

License

Copyright 2015 Tomáš Valenta

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
0.0.2
0.0.1