Lines Matching refs:group
44 group = 'com.android.vts'
66 compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.7'
67 compile group: 'org.apache.commons', name: 'commons-math3', version:'3.6.1'
68 compile group: 'commons-codec', name: 'commons-codec', version:'1.9'
69 compile group: 'com.google.cloud', name: 'google-cloud', version: "${googleCloudVersion}"
70 compile group: 'com.google.code.gson', name: 'gson', version:'2.7'
71 compile group: 'com.googlecode.objectify', name: 'objectify', version: "${objectifyVersion}"
72 compile group: 'org.json', name: 'json', version:'20180130'
73 compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "${jacksonVersion}"
74 …compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "${jacksonVersion}"
75 …compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: "${jacksonVersi…
77 compile group: 'com.google.apis', name: 'google-api-services-oauth2', version:'v1-rev136-1.23.0'
78 …compile group: 'com.google.http-client', name: 'google-http-client', version: "${googleHttpClientV…
79 …compile group: 'com.google.http-client', name: 'google-http-client-protobuf', version: "${googleHt…
80 compile group: 'com.google.visualization', name: 'visualization-datasource', version:'1.1.1'
82 compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.11.1'
84 …compile(group: 'com.google.api-client', name: 'google-api-client', version: "${googleHttpClientVer…
87 …compile group: 'com.google.oauth-client', name: 'google-oauth-client-jetty', version: "${googleHtt…
88 …compile group: 'com.google.apis', name: 'google-api-services-sheets', version: "${googleSheetsAPI}"
90 testCompile group: 'junit', name: 'junit', version: '4.12'
91 testCompile group: 'org.mockito', name: 'mockito-core', version: '2.21.0'
92 testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version:'5.0.3'
98 compile group: 'org.projectlombok', name: 'lombok', version: "${lombokVersion}"
99 annotationProcessor group: 'org.projectlombok', name: 'lombok', version: "${lombokVersion}"