GroupId | GroupIdcom.greedygame.sdkx |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version0.0.89-rc5 |
Type | Typeaar |
Filename | Size |
---|---|
core-0.0.89-rc5.pom | |
core-0.0.89-rc5-sources.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.greedygame.sdkx/core/ -->
<dependency>
<groupId>com.greedygame.sdkx</groupId>
<artifactId>core</artifactId>
<version>0.0.89-rc5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.greedygame.sdkx/core/
implementation 'com.greedygame.sdkx:core:0.0.89-rc5'
// https://jarcasting.com/artifacts/com.greedygame.sdkx/core/
implementation ("com.greedygame.sdkx:core:0.0.89-rc5")
'com.greedygame.sdkx:core:aar:0.0.89-rc5'
<dependency org="com.greedygame.sdkx" name="core" rev="0.0.89-rc5">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.greedygame.sdkx', module='core', version='0.0.89-rc5')
)
libraryDependencies += "com.greedygame.sdkx" % "core" % "0.0.89-rc5"
[com.greedygame.sdkx/core "0.0.89-rc5"]