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