| GroupId | GroupIdcom.github.insurlytech |
|---|---|
| ArtifactId | ArtifactIdandroidlibrary |
| Version | Version1.1.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| androidlibrary-1.1.0.pom | |
| androidlibrary-1.1.0.aar | 35 KB |
| androidlibrary-1.1.0-sources.jar | 571 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.insurlytech/androidlibrary/ -->
<dependency>
<groupId>com.github.insurlytech</groupId>
<artifactId>androidlibrary</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.insurlytech/androidlibrary/
implementation 'com.github.insurlytech:androidlibrary:1.1.0'
// https://jarcasting.com/artifacts/com.github.insurlytech/androidlibrary/
implementation ("com.github.insurlytech:androidlibrary:1.1.0")
'com.github.insurlytech:androidlibrary:aar:1.1.0'
<dependency org="com.github.insurlytech" name="androidlibrary" rev="1.1.0">
<artifact name="androidlibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.insurlytech', module='androidlibrary', version='1.1.0')
)
libraryDependencies += "com.github.insurlytech" % "androidlibrary" % "1.1.0"
[com.github.insurlytech/androidlibrary "1.1.0"]