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