| License |
License |
|---|---|
| GroupId | GroupIdco.52inc |
| ArtifactId | ArtifactIdattributr |
| Version | Version1.0.0 |
| Type | Typeaar |
| Description |
DescriptionAttributr
An Android library for easily displaying attributions to third party libraries
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| attributr-1.0.0.pom | |
| attributr-1.0.0.aar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/co.52inc/attributr/ -->
<dependency>
<groupId>co.52inc</groupId>
<artifactId>attributr</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.52inc/attributr/
implementation 'co.52inc:attributr:1.0.0'
// https://jarcasting.com/artifacts/co.52inc/attributr/
implementation ("co.52inc:attributr:1.0.0")
'co.52inc:attributr:aar:1.0.0'
<dependency org="co.52inc" name="attributr" rev="1.0.0">
<artifact name="attributr" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.52inc', module='attributr', version='1.0.0')
)
libraryDependencies += "co.52inc" % "attributr" % "1.0.0"
[co.52inc/attributr "1.0.0"]