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