| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаcom.coherentlogic.gama |
| Идентификатор | Идентификаторclient |
| Последняя версия | Последняя версия2.0.3-RELEASE |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеCoherent Logic GAMA Client
Java client for the Google Analytics Measurement API (GAMA)
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| client-2.0.3-RELEASE.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.coherentlogic.gama/client/ -->
<dependency>
<groupId>com.coherentlogic.gama</groupId>
<artifactId>client</artifactId>
<version>2.0.3-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.coherentlogic.gama/client/
implementation 'com.coherentlogic.gama:client:2.0.3-RELEASE'
// https://jarcasting.com/artifacts/com.coherentlogic.gama/client/
implementation ("com.coherentlogic.gama:client:2.0.3-RELEASE")
'com.coherentlogic.gama:client:pom:2.0.3-RELEASE'
<dependency org="com.coherentlogic.gama" name="client" rev="2.0.3-RELEASE">
<artifact name="client" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.coherentlogic.gama', module='client', version='2.0.3-RELEASE')
)
libraryDependencies += "com.coherentlogic.gama" % "client" % "2.0.3-RELEASE"
[com.coherentlogic.gama/client "2.0.3-RELEASE"]