License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.arconsis |
ArtifactId | ArtifactIddatarobot.processor |
Version | Version0.1.5 |
Type | Typejar |
Description |
DescriptionDatarobot for Android - Annotation Processor
Datarobot for Android is a lightweight framework, which frees you from the burden of dealing with Androids SQLite database directly if you
don't want to and let's you access it directly if you have to.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
datarobot.processor-0.1.5.pom | |
datarobot.processor-0.1.5.jar | 81 KB |
datarobot.processor-0.1.5-sources.jar | 47 KB |
datarobot.processor-0.1.5-javadoc.jar | 266 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arconsis/datarobot.processor/ -->
<dependency>
<groupId>com.arconsis</groupId>
<artifactId>datarobot.processor</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.arconsis/datarobot.processor/
implementation 'com.arconsis:datarobot.processor:0.1.5'
// https://jarcasting.com/artifacts/com.arconsis/datarobot.processor/
implementation ("com.arconsis:datarobot.processor:0.1.5")
'com.arconsis:datarobot.processor:jar:0.1.5'
<dependency org="com.arconsis" name="datarobot.processor" rev="0.1.5">
<artifact name="datarobot.processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arconsis', module='datarobot.processor', version='0.1.5')
)
libraryDependencies += "com.arconsis" % "datarobot.processor" % "0.1.5"
[com.arconsis/datarobot.processor "0.1.5"]
Group / Artifact | Type | Version |
---|---|---|
com.arconsis : datarobot.api | jar | 0.1.5 |