MVN

net.anotheria : moskitodemo

Maven & Gradle

Nov 21, 2012

moskito demonstration webapp

<dependency>
    <groupId>net.anotheria</groupId>
    <artifactId>moskitodemo</artifactId>
    <version>2.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.anotheria : moskitodemo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.2

All Versions

Choose a version of net.anotheria : moskitodemo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
moskitodemo-2.0.2
moskitodemo-2.0.1
moskitodemo-2.0.0

How to add a dependency to Maven

Add the following net.anotheria : moskitodemo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.anotheria</groupId>
    <artifactId>moskitodemo</artifactId>
    <version>2.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.anotheria : moskitodemo gradle dependency to your build.gradle file:

implementation 'net.anotheria:moskitodemo:2.0.2'

Gradle Kotlin DSL: Add the following net.anotheria : moskitodemo gradle kotlin dependency to your build.gradle.kts file:

implementation("net.anotheria:moskitodemo:2.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.anotheria : moskitodemo sbt scala dependency to your build.sbt file:

libraryDependencies += "net.anotheria" % "moskitodemo" % "2.0.2"

Advertisement