MVN

dev.topping : toppingandroid

Maven & Gradle

May 29, 2023
1 stars

toppingandroid · ToppingEngine is a library helps you create mobile applications using one type of layout code and one type of backend code.

<dependency>
    <groupId>dev.topping</groupId>
    <artifactId>toppingandroid</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.topping : toppingandroid to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of dev.topping : toppingandroid to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
toppingandroid-0.5.3
toppingandroid-0.5.1
toppingandroid-0.5.0
0.1.x
toppingandroid-0.1.2
toppingandroid-0.1.1
toppingandroid-0.1.0

How to add a dependency to Maven

Add the following dev.topping : toppingandroid maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.topping</groupId>
    <artifactId>toppingandroid</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.topping : toppingandroid gradle dependency to your build.gradle file:

implementation 'dev.topping:toppingandroid:0.5.3'

Gradle Kotlin DSL: Add the following dev.topping : toppingandroid gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.topping:toppingandroid:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.topping : toppingandroid sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.topping" % "toppingandroid" % "0.5.3"

Advertisement