MVN

uk.bandev : xplosion

Maven & Gradle

Aug 06, 2021
5 stars

Xplosion · Xplosion is a fork of SmallBang that has been converted to Kotlin and updated for the latest version of Android

<dependency>
    <groupId>uk.bandev</groupId>
    <artifactId>xplosion</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.bandev : xplosion to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of uk.bandev : xplosion to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
xplosion-1.0.7
xplosion-1.0.6
xplosion-1.0.5

How to add a dependency to Maven

Add the following uk.bandev : xplosion maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.bandev</groupId>
    <artifactId>xplosion</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.bandev : xplosion gradle dependency to your build.gradle file:

implementation 'uk.bandev:xplosion:1.0.7'

Gradle Kotlin DSL: Add the following uk.bandev : xplosion gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.bandev:xplosion:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.bandev : xplosion sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.bandev" % "xplosion" % "1.0.7"

Advertisement