License |
License
The Apache Software License, Version 2.0
|
---|---|
GroupId | GroupIdcom.getbase.android.schema |
ArtifactId | ArtifactIdlibrary |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionandroid-schema-utils
Android library for simplifying database schema and migrations management.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-0.8.pom | |
library-0.8.jar | 49 KB |
library-0.8-sources.jar | 11 KB |
library-0.8-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.getbase.android.schema/library/ -->
<dependency>
<groupId>com.getbase.android.schema</groupId>
<artifactId>library</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.getbase.android.schema/library/
implementation 'com.getbase.android.schema:library:0.8'
// https://jarcasting.com/artifacts/com.getbase.android.schema/library/
implementation ("com.getbase.android.schema:library:0.8")
'com.getbase.android.schema:library:jar:0.8'
<dependency org="com.getbase.android.schema" name="library" rev="0.8">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.getbase.android.schema', module='library', version='0.8')
)
libraryDependencies += "com.getbase.android.schema" % "library" % "0.8"
[com.getbase.android.schema/library "0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.chalup.thneed : thneed | jar | 0.7 |
com.google.guava : guava | jar | 18.0 |
com.android.support » support-annotations | jar | 22.2.1 |