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