License |
License |
---|---|
GroupId | GroupIdde.greenrobot |
ArtifactId | ArtifactIdDaoCore |
Last Version | Last Version1.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptiongreenDAO
greenDAO is a light and fast ORM for Android
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
DaoCore-1.3.0.pom | |
DaoCore-1.3.0.jar | 86 KB |
DaoCore-1.3.0-sources.jar | 58 KB |
DaoCore-1.3.0-javadoc.jar | 172 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.greenrobot/DaoCore/ -->
<dependency>
<groupId>de.greenrobot</groupId>
<artifactId>DaoCore</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.greenrobot/DaoCore/
implementation 'de.greenrobot:DaoCore:1.3.0'
// https://jarcasting.com/artifacts/de.greenrobot/DaoCore/
implementation ("de.greenrobot:DaoCore:1.3.0")
'de.greenrobot:DaoCore:jar:1.3.0'
<dependency org="de.greenrobot" name="DaoCore" rev="1.3.0">
<artifact name="DaoCore" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.greenrobot', module='DaoCore', version='1.3.0')
)
libraryDependencies += "de.greenrobot" % "DaoCore" % "1.3.0"
[de.greenrobot/DaoCore "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.android : annotations | jar | 4.1.1.4 |
com.google.android : android | jar | 4.1.1.4 |
com.google.android : android-test | jar | 4.1.1.4 |
com.google.android : support-v4 | jar | r7 |