MVN

com.bumble.appyx : customisations

Maven & Gradle

Aug 17, 2023
1k stars

Appyx · Appyx

<dependency>
    <groupId>com.bumble.appyx</groupId>
    <artifactId>customisations</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bumble.appyx : customisations to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0
  • Latest Release Candidate: 1.0.0-rc02
  • Latest Alpha: 2.0.0-alpha03

All Versions

Choose a version of com.bumble.appyx : customisations to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
customisations-2.0.0-alpha03
1.3.x
customisations-1.3.0
1.2.x
customisations-1.2.0
1.1.x
customisations-1.1.2
customisations-1.1.1
customisations-1.1.0
1.0.x
customisations-1.0.5
customisations-1.0.4
customisations-1.0.3
customisations-1.0.2
customisations-1.0.1
customisations-1.0.0
customisations-1.0.0-rc02
customisations-1.0.0-rc01
1.0
customisations-1.0-alpha09
customisations-1.0-alpha08
customisations-1.0-alpha07
customisations-1.0-alpha06
customisations-1.0-alpha05
customisations-1.0-alpha04
customisations-1.0-alpha03
customisations-1.0-alpha02

How to add a dependency to Maven

Add the following com.bumble.appyx : customisations maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.bumble.appyx</groupId>
    <artifactId>customisations</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.bumble.appyx : customisations gradle dependency to your build.gradle file:

implementation 'com.bumble.appyx:customisations:1.3.0'

Gradle Kotlin DSL: Add the following com.bumble.appyx : customisations gradle kotlin dependency to your build.gradle.kts file:

implementation("com.bumble.appyx:customisations:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.bumble.appyx : customisations sbt scala dependency to your build.sbt file:

libraryDependencies += "com.bumble.appyx" % "customisations" % "1.3.0"

Advertisement