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