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