| Группа | Группаcom.senspark.ee |
|---|---|
| Идентификатор | Идентификаторadjust |
| Версия | Версия2.8.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| adjust-2.8.0.pom | |
| adjust-2.8.0-sources.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.senspark.ee/adjust/ -->
<dependency>
<groupId>com.senspark.ee</groupId>
<artifactId>adjust</artifactId>
<version>2.8.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.senspark.ee/adjust/
implementation 'com.senspark.ee:adjust:2.8.0'
// https://jarcasting.com/artifacts/com.senspark.ee/adjust/
implementation ("com.senspark.ee:adjust:2.8.0")
'com.senspark.ee:adjust:aar:2.8.0'
<dependency org="com.senspark.ee" name="adjust" rev="2.8.0">
<artifact name="adjust" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.senspark.ee', module='adjust', version='2.8.0')
)
libraryDependencies += "com.senspark.ee" % "adjust" % "2.8.0"
[com.senspark.ee/adjust "2.8.0"]