MVN

tech.schoolhelper : moxy

Maven & Gradle

Mar 02, 2019
4 usages

Moxy · MoxyX, we added X for make this library coolest

<dependency>
    <groupId>tech.schoolhelper</groupId>
    <artifactId>moxy</artifactId>
    <version>1.5.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.7

All Versions

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

Version Vulnerabilities Updated
1.5.x
moxy-1.5.7
moxy-1.5.6

How to add a dependency to Maven

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

<dependency>
    <groupId>tech.schoolhelper</groupId>
    <artifactId>moxy</artifactId>
    <version>1.5.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'tech.schoolhelper:moxy:1.5.7'

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

implementation("tech.schoolhelper:moxy:1.5.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "tech.schoolhelper" % "moxy" % "1.5.7"