MVN

com.avalon-inc.web : demo

Maven & Gradle

Jul 21, 2020
0 stars
<dependency>
    <groupId>com.avalon-inc.web</groupId>
    <artifactId>demo</artifactId>
    <version>2.3.1-fix</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.avalon-inc.web : demo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1-fix

All Versions

Choose a version of com.avalon-inc.web : demo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
demo-2.3.1-fix
demo-2.3.1
2.2.x
demo-2.2.6
0.1.x
demo-0.1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.avalon-inc.web</groupId>
    <artifactId>demo</artifactId>
    <version>2.3.1-fix</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.avalon-inc.web : demo gradle dependency to your build.gradle file:

implementation 'com.avalon-inc.web:demo:2.3.1-fix'

Gradle Kotlin DSL: Add the following com.avalon-inc.web : demo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.avalon-inc.web:demo:2.3.1-fix")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.avalon-inc.web : demo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.avalon-inc.web" % "demo" % "2.3.1-fix"

Advertisement