GroupId | GroupIdcom.streethawk |
---|---|
ArtifactId | ArtifactIdlibrary |
Version | Version1.5.3 |
Type | Typeaar |
Filename | Size |
---|---|
library-1.5.3.pom | |
library-1.5.3.aar | 189 KB |
library-1.5.3-sources.jar | 106 KB |
library-1.5.3-javadoc.jar | 78 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.streethawk/library/ -->
<dependency>
<groupId>com.streethawk</groupId>
<artifactId>library</artifactId>
<version>1.5.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.streethawk/library/
implementation 'com.streethawk:library:1.5.3'
// https://jarcasting.com/artifacts/com.streethawk/library/
implementation ("com.streethawk:library:1.5.3")
'com.streethawk:library:aar:1.5.3'
<dependency org="com.streethawk" name="library" rev="1.5.3">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.streethawk', module='library', version='1.5.3')
)
libraryDependencies += "com.streethawk" % "library" % "1.5.3"
[com.streethawk/library "1.5.3"]