MVN

io.matthewnelson.topl-android : topl-core-base

Maven & Gradle

Nov 28, 2021
3 usages
12 stars

TOPL-Android-Core-Base · Abstract classes for integrating TOPL-Service into your application

<dependency>
    <groupId>io.matthewnelson.topl-android</groupId>
    <artifactId>topl-core-base</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.matthewnelson.topl-android : topl-core-base to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2
  • Latest Beta: 1.0.0-beta02
  • Latest Alpha: 1.0.0-alpha02

All Versions

Choose a version of io.matthewnelson.topl-android : topl-core-base to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
topl-core-base-2.1.2
topl-core-base-2.1.1
topl-core-base-2.1.0
2.0.x
topl-core-base-2.0.2
topl-core-base-2.0.1
topl-core-base-2.0.0
1.0.x
topl-core-base-1.0.0-beta02
topl-core-base-1.0.0-beta01
topl-core-base-1.0.0-alpha02
topl-core-base-1.0.0-alpha01

How to add a dependency to Maven

Add the following io.matthewnelson.topl-android : topl-core-base maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.matthewnelson.topl-android</groupId>
    <artifactId>topl-core-base</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.matthewnelson.topl-android : topl-core-base gradle dependency to your build.gradle file:

implementation 'io.matthewnelson.topl-android:topl-core-base:2.1.2'

Gradle Kotlin DSL: Add the following io.matthewnelson.topl-android : topl-core-base gradle kotlin dependency to your build.gradle.kts file:

implementation("io.matthewnelson.topl-android:topl-core-base:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.matthewnelson.topl-android : topl-core-base sbt scala dependency to your build.sbt file:

libraryDependencies += "io.matthewnelson.topl-android" % "topl-core-base" % "2.1.2"

Advertisement