GroupId | GroupIdcom.getbase.android.db |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
library-0.10.0.pom | |
library-0.10.0.jar | 134 KB |
library-0.10.0-sources.jar | 39 KB |
library-0.10.0-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.getbase.android.db/library/ -->
<dependency>
<groupId>com.getbase.android.db</groupId>
<artifactId>library</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.getbase.android.db/library/
implementation 'com.getbase.android.db:library:0.10.0'
// https://jarcasting.com/artifacts/com.getbase.android.db/library/
implementation ("com.getbase.android.db:library:0.10.0")
'com.getbase.android.db:library:jar:0.10.0'
<dependency org="com.getbase.android.db" name="library" rev="0.10.0">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.getbase.android.db', module='library', version='0.10.0')
)
libraryDependencies += "com.getbase.android.db" % "library" % "0.10.0"
[com.getbase.android.db/library "0.10.0"]