| GroupId | GroupIdcom.legiti |
|---|---|
| ArtifactId | ArtifactIdlegiti |
| Version | Version0.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| legiti-0.0.1.pom | |
| legiti-0.0.1.aar | 42 KB |
| legiti-0.0.1-sources.jar | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.legiti/legiti/ -->
<dependency>
<groupId>com.legiti</groupId>
<artifactId>legiti</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.legiti/legiti/
implementation 'com.legiti:legiti:0.0.1'
// https://jarcasting.com/artifacts/com.legiti/legiti/
implementation ("com.legiti:legiti:0.0.1")
'com.legiti:legiti:aar:0.0.1'
<dependency org="com.legiti" name="legiti" rev="0.0.1">
<artifact name="legiti" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.legiti', module='legiti', version='0.0.1')
)
libraryDependencies += "com.legiti" % "legiti" % "0.0.1"
[com.legiti/legiti "0.0.1"]