| GroupId | GroupIdcom.toast.android |
|---|---|
| ArtifactId | ArtifactIdtoast-gamebase |
| Version | Version0.11.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| toast-gamebase-0.11.0.pom | |
| toast-gamebase-0.11.0.aar | 1 KB |
| toast-gamebase-0.11.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.toast.android/toast-gamebase/ -->
<dependency>
<groupId>com.toast.android</groupId>
<artifactId>toast-gamebase</artifactId>
<version>0.11.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.toast.android/toast-gamebase/
implementation 'com.toast.android:toast-gamebase:0.11.0'
// https://jarcasting.com/artifacts/com.toast.android/toast-gamebase/
implementation ("com.toast.android:toast-gamebase:0.11.0")
'com.toast.android:toast-gamebase:aar:0.11.0'
<dependency org="com.toast.android" name="toast-gamebase" rev="0.11.0">
<artifact name="toast-gamebase" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.toast.android', module='toast-gamebase', version='0.11.0')
)
libraryDependencies += "com.toast.android" % "toast-gamebase" % "0.11.0"
[com.toast.android/toast-gamebase "0.11.0"]