| GroupId | GroupIdcom.getout-tlv.brigand |
|---|---|
| ArtifactId | ArtifactIdBrigand |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| Brigand-1.0.0.pom | |
| Brigand-1.0.0.aar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.getout-tlv.brigand/Brigand/ -->
<dependency>
<groupId>com.getout-tlv.brigand</groupId>
<artifactId>Brigand</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.getout-tlv.brigand/Brigand/
implementation 'com.getout-tlv.brigand:Brigand:1.0.0'
// https://jarcasting.com/artifacts/com.getout-tlv.brigand/Brigand/
implementation ("com.getout-tlv.brigand:Brigand:1.0.0")
'com.getout-tlv.brigand:Brigand:aar:1.0.0'
<dependency org="com.getout-tlv.brigand" name="Brigand" rev="1.0.0">
<artifact name="Brigand" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.getout-tlv.brigand', module='Brigand', version='1.0.0')
)
libraryDependencies += "com.getout-tlv.brigand" % "Brigand" % "1.0.0"
[com.getout-tlv.brigand/Brigand "1.0.0"]