0
我想找到.jar to import this library
如何導入com.gene.herder.google.GoogleApiSettings ;?
import com.gene.herder.google.GoogleApiSettings;
能
任何人能幫助我嗎?
我想找到.jar to import this library
如何導入com.gene.herder.google.GoogleApiSettings ;?
import com.gene.herder.google.GoogleApiSettings;
能
任何人能幫助我嗎?
嘗試的這一個:
<!-- Google API -->
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-calendar</artifactId>
<version>v3-rev22-1.13.2-beta</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson2</artifactId>
<version>1.13.1-beta</version>
</dependency>
<dependency>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client-jetty</artifactId>
<version>1.13.1-beta</version>
</dependency>
'com.gene = com.google' :) – Steve