java - error: package com.google.gdata.client.appsforyourdomain.audit does not exist -


i find answers questions in net , more not in stackoverflow on 1 i've failed far , it's triggering first question in forum... bear me:

i'm trying use google's email audit api first time. imports referred in code snippets

import com.google.gdata.client.appsforyourdomain.audit.auditservice; import com.google.gdata.data.appsforyourdomain.generic.genericentry; import com.google.gdata.client.appsforyourdomain.audit.mailmonitor; 

i cannot find library (jar) add code fails compile cannot find these classes.

i found link download audit java library when press on actual download goes page saying "no library available".

i found gdata-appsforyourdomain-1.0.jar doesn't include above classes either.

there couple of other questions* in stackoverflow related issue answers there didn't me how resolve it.

i'd appreciate direction on missing.

thanks!!

*sorry cannot add links questions because stacoverflow reputation low - newbie - can post 2 links

use maven repository search: http://mvnrepository.com/artifact/com.google.gdata/core/1.47.1


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -