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