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