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