MVN

org.duelengine : duel-staticapps

Maven & Gradle

Sep 08, 2015
1 usages

DUEL Static Apps · DUEL Static Site Generator

<dependency>
    <groupId>org.duelengine</groupId>
    <artifactId>duel-staticapps</artifactId>
    <version>0.9.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.duelengine : duel-staticapps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.11

All Versions

Choose a version of org.duelengine : duel-staticapps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
duel-staticapps-0.9.11
duel-staticapps-0.9.10
duel-staticapps-0.9.9
duel-staticapps-0.9.8
duel-staticapps-0.9.7
duel-staticapps-0.9.6
duel-staticapps-0.9.5
duel-staticapps-0.9.4
duel-staticapps-0.9.3
duel-staticapps-0.9.2
duel-staticapps-0.9.1
duel-staticapps-0.9.0
0.8.x
duel-staticapps-0.8.6
duel-staticapps-0.8.5
duel-staticapps-0.8.4
duel-staticapps-0.8.3
duel-staticapps-0.8.2
duel-staticapps-0.8.1

How to add a dependency to Maven

Add the following org.duelengine : duel-staticapps maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.duelengine</groupId>
    <artifactId>duel-staticapps</artifactId>
    <version>0.9.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.duelengine : duel-staticapps gradle dependency to your build.gradle file:

implementation 'org.duelengine:duel-staticapps:0.9.11'

Gradle Kotlin DSL: Add the following org.duelengine : duel-staticapps gradle kotlin dependency to your build.gradle.kts file:

implementation("org.duelengine:duel-staticapps:0.9.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.duelengine : duel-staticapps sbt scala dependency to your build.sbt file:

libraryDependencies += "org.duelengine" % "duel-staticapps" % "0.9.11"

Advertisement