GroupId | GroupIdcom.getbase.android.db |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version0.13.3 |
Type | Typeaar |
Filename | Size |
---|---|
library-0.13.3.pom | |
library-0.13.3.aar | 122 KB |
library-0.13.3-sources.jar | 41 KB |
library-0.13.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.getbase.android.db/library/
implementation 'com.getbase.android.db:library:0.13.3'
// https://jarcasting.com/artifacts/com.getbase.android.db/library/
implementation ("com.getbase.android.db:library:0.13.3")
'com.getbase.android.db:library:aar:0.13.3'
<dependency org="com.getbase.android.db" name="library" rev="0.13.3">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.getbase.android.db', module='library', version='0.13.3')
)
libraryDependencies += "com.getbase.android.db" % "library" % "0.13.3"
[com.getbase.android.db/library "0.13.3"]