не последняя версия
Последняя версия 2.0.3-RELEASE

com.coherentlogic.gama:client 1.0.0-RELEASE

Java client for the Google Analytics Measurement API (GAMA)

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.coherentlogic.gama
Идентификатор

Идентификатор

client
Версия

Версия

1.0.0-RELEASE
Тип

Тип

pom

Скачать client 1.0.0-RELEASE

Имя Файла Размер
client-1.0.0-RELEASE.pom 13 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.coherentlogic.gama/client/ -->
<dependency>
    <groupId>com.coherentlogic.gama</groupId>
    <artifactId>client</artifactId>
    <version>1.0.0-RELEASE</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.gama/client/
implementation 'com.coherentlogic.gama:client:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.gama/client/
implementation ("com.coherentlogic.gama:client:1.0.0-RELEASE")
'com.coherentlogic.gama:client:pom:1.0.0-RELEASE'
<dependency org="com.coherentlogic.gama" name="client" rev="1.0.0-RELEASE">
  <artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.gama', module='client', version='1.0.0-RELEASE')
)
libraryDependencies += "com.coherentlogic.gama" % "client" % "1.0.0-RELEASE"
[com.coherentlogic.gama/client "1.0.0-RELEASE"]