| License |
License |
|---|---|
| GroupId | GroupIduk.bandev |
| ArtifactId | ArtifactIdxplosion |
| Version | Version1.0.7 |
| Type | Typeaar |
| Description |
DescriptionXplosion
Xplosion is a fork of SmallBang that has been converted to Kotlin and updated for the latest version of Android
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| xplosion-1.0.7.pom | |
| xplosion-1.0.7-sources.jar | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/uk.bandev/xplosion/ -->
<dependency>
<groupId>uk.bandev</groupId>
<artifactId>xplosion</artifactId>
<version>1.0.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/uk.bandev/xplosion/
implementation 'uk.bandev:xplosion:1.0.7'
// https://jarcasting.com/artifacts/uk.bandev/xplosion/
implementation ("uk.bandev:xplosion:1.0.7")
'uk.bandev:xplosion:aar:1.0.7'
<dependency org="uk.bandev" name="xplosion" rev="1.0.7">
<artifact name="xplosion" type="aar" />
</dependency>
@Grapes(
@Grab(group='uk.bandev', module='xplosion', version='1.0.7')
)
libraryDependencies += "uk.bandev" % "xplosion" % "1.0.7"
[uk.bandev/xplosion "1.0.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |