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