MVN

tech.schoolhelper : moxy-x-app-compat

Maven & Gradle

Mar 18, 2019

Moxy-app-compat · POM_DESCRIPTION

<dependency>
    <groupId>tech.schoolhelper</groupId>
    <artifactId>moxy-x-app-compat</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.schoolhelper : moxy-x-app-compat to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0
  • Latest Beta: 1.6.0-beta

All Versions

Choose a version of tech.schoolhelper : moxy-x-app-compat to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
moxy-x-app-compat-1.7.0
1.6.x
moxy-x-app-compat-1.6.0-beta
1.5.x
moxy-x-app-compat-1.5.7
moxy-x-app-compat-1.5.6

How to add a dependency to Maven

Add the following tech.schoolhelper : moxy-x-app-compat maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.schoolhelper</groupId>
    <artifactId>moxy-x-app-compat</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.schoolhelper : moxy-x-app-compat gradle dependency to your build.gradle file:

implementation 'tech.schoolhelper:moxy-x-app-compat:1.7.0'

Gradle Kotlin DSL: Add the following tech.schoolhelper : moxy-x-app-compat gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.schoolhelper:moxy-x-app-compat:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.schoolhelper : moxy-x-app-compat sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.schoolhelper" % "moxy-x-app-compat" % "1.7.0"