MVN

com.comoyo.commons : emjar-demo

Maven & Gradle

May 26, 2017
4 stars

emjar-demo

<dependency>
    <groupId>com.comoyo.commons</groupId>
    <artifactId>emjar-demo</artifactId>
    <version>1.4.61</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.comoyo.commons : emjar-demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.61

All Versions

Choose a version of com.comoyo.commons : emjar-demo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
emjar-demo-1.4.61
emjar-demo-1.4.60
emjar-demo-1.4.59

How to add a dependency to Maven

Add the following com.comoyo.commons : emjar-demo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.comoyo.commons</groupId>
    <artifactId>emjar-demo</artifactId>
    <version>1.4.61</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.comoyo.commons : emjar-demo gradle dependency to your build.gradle file:

implementation 'com.comoyo.commons:emjar-demo:1.4.61'

Gradle Kotlin DSL: Add the following com.comoyo.commons : emjar-demo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.comoyo.commons:emjar-demo:1.4.61")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.comoyo.commons : emjar-demo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.comoyo.commons" % "emjar-demo" % "1.4.61"

Advertisement