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