GroupId | GroupIdcom.streethawk |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version1.8.6 |
Type | Typeaar |
Filename | Size |
---|---|
core-1.8.6.pom | |
core-1.8.6.aar | 96 KB |
core-1.8.6-sources.jar | 52 KB |
core-1.8.6-javadoc.jar | 99 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.streethawk/core/ -->
<dependency>
<groupId>com.streethawk</groupId>
<artifactId>core</artifactId>
<version>1.8.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.streethawk/core/
implementation 'com.streethawk:core:1.8.6'
// https://jarcasting.com/artifacts/com.streethawk/core/
implementation ("com.streethawk:core:1.8.6")
'com.streethawk:core:aar:1.8.6'
<dependency org="com.streethawk" name="core" rev="1.8.6">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.streethawk', module='core', version='1.8.6')
)
libraryDependencies += "com.streethawk" % "core" % "1.8.6"
[com.streethawk/core "1.8.6"]