MVN

com.moaview : moaview-ep

Maven & Gradle

Nov 04, 2022
0 stars

moaview-ep · java common class

<dependency>
    <groupId>com.moaview</groupId>
    <artifactId>moaview-ep</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moaview : moaview-ep to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of com.moaview : moaview-ep to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
moaview-ep-0.1.1
moaview-ep-0.1.0
0.0.x
moaview-ep-0.0.11
moaview-ep-0.0.10
moaview-ep-0.0.9
moaview-ep-0.0.8
moaview-ep-0.0.7
moaview-ep-0.0.5
moaview-ep-0.0.4
moaview-ep-0.0.3
moaview-ep-0.0.2
moaview-ep-0.0.1

How to add a dependency to Maven

Add the following com.moaview : moaview-ep maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.moaview</groupId>
    <artifactId>moaview-ep</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.moaview : moaview-ep gradle dependency to your build.gradle file:

implementation 'com.moaview:moaview-ep:0.1.1'

Gradle Kotlin DSL: Add the following com.moaview : moaview-ep gradle kotlin dependency to your build.gradle.kts file:

implementation("com.moaview:moaview-ep:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.moaview : moaview-ep sbt scala dependency to your build.sbt file:

libraryDependencies += "com.moaview" % "moaview-ep" % "0.1.1"

Advertisement