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