GroupId | GroupIdcom.greedygame.sdkx |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.0.87 |
Type | Typeaar |
Filename | Size |
---|---|
commons-0.0.87.pom | |
commons-0.0.87-sources.jar | 48 KB |
commons-0.0.87-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.greedygame.sdkx/commons/ -->
<dependency>
<groupId>com.greedygame.sdkx</groupId>
<artifactId>commons</artifactId>
<version>0.0.87</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.greedygame.sdkx/commons/
implementation 'com.greedygame.sdkx:commons:0.0.87'
// https://jarcasting.com/artifacts/com.greedygame.sdkx/commons/
implementation ("com.greedygame.sdkx:commons:0.0.87")
'com.greedygame.sdkx:commons:aar:0.0.87'
<dependency org="com.greedygame.sdkx" name="commons" rev="0.0.87">
<artifact name="commons" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.greedygame.sdkx', module='commons', version='0.0.87')
)
libraryDependencies += "com.greedygame.sdkx" % "commons" % "0.0.87"
[com.greedygame.sdkx/commons "0.0.87"]