MVN

net.anotheria : ano-site

Maven & Gradle

Jun 19, 2023
3 usages
0 stars

anotheria.net site engine

<dependency>
    <groupId>net.anotheria</groupId>
    <artifactId>ano-site</artifactId>
    <version>3.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.2.1

All Versions

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

Version Vulnerabilities Updated
3.2.x
ano-site-3.2.1
ano-site-3.2.0
3.0.x
ano-site-3.0.0
2.6.x
ano-site-2.6.11
ano-site-2.6.10
ano-site-2.6.9
ano-site-2.6.8
ano-site-2.6.5
ano-site-2.6.4
ano-site-2.6.3
ano-site-2.6.2
ano-site-2.6.1
2.5.x
ano-site-2.5.4
ano-site-2.5.1
ano-site-2.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.anotheria</groupId>
    <artifactId>ano-site</artifactId>
    <version>3.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.anotheria:ano-site:3.2.1'

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

implementation("net.anotheria:ano-site:3.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.anotheria" % "ano-site" % "3.2.1"

Advertisement