GroupId | GroupIdcom.github.matthiasrobbers |
---|---|
ArtifactId | ArtifactIdshortbread |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
shortbread-1.0.1.pom | |
shortbread-1.0.1.aar | 5 KB |
shortbread-1.0.1-sources.jar | 2 KB |
shortbread-1.0.1-javadoc.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.matthiasrobbers/shortbread/ -->
<dependency>
<groupId>com.github.matthiasrobbers</groupId>
<artifactId>shortbread</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.matthiasrobbers/shortbread/
implementation 'com.github.matthiasrobbers:shortbread:1.0.1'
// https://jarcasting.com/artifacts/com.github.matthiasrobbers/shortbread/
implementation ("com.github.matthiasrobbers:shortbread:1.0.1")
'com.github.matthiasrobbers:shortbread:aar:1.0.1'
<dependency org="com.github.matthiasrobbers" name="shortbread" rev="1.0.1">
<artifact name="shortbread" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.matthiasrobbers', module='shortbread', version='1.0.1')
)
libraryDependencies += "com.github.matthiasrobbers" % "shortbread" % "1.0.1"
[com.github.matthiasrobbers/shortbread "1.0.1"]