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