简体   繁体   中英

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

I usually find answers to all my questions in the net and more often than not in stackoverflow but on this one I've failed so far and it's triggering my first question in this forum... so bear with me:

I'm trying to use google's email audit API for the first time. The imports referred in the code snippets are

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 the library (jar) to add to my code so it fails to compile as it cannot find these classes.

I found this link to download audit java library but when I press on the actual download it goes to a page saying "No library available".

I also found a gdata-appsforyourdomain-1.0.jar but it doesn't include the above classes either.

There are a couple of other questions* in stackoverflow somewhat related to my issue but the answers there didn't help me with how to resolve it.

I'd appreciate some direction on what am I missing.

thanks!!

*sorry I cannot add the links to the questions because my stacoverflow reputation is low - newbie - so can only post 2 links

使用Maven存储库进行搜索: http : //mvnrepository.com/artifact/com.google.gdata/core/1.47.1

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM