MVN

pub.doric.dangle : engine

Maven & Gradle

Feb 18, 2022
1 usages

9e3255675b8dedd53207381efc24b862d5286997

<dependency>
    <groupId>pub.doric.dangle</groupId>
    <artifactId>engine</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pub.doric.dangle : engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of pub.doric.dangle : engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
engine-0.1.1
engine-0.1.0
0.0.x
engine-0.0.12
engine-0.0.11
engine-0.0.10
engine-0.0.9
engine-0.0.8
engine-0.0.7
engine-0.0.6
engine-0.0.5
engine-0.0.3

How to add a dependency to Maven

Add the following pub.doric.dangle : engine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>pub.doric.dangle</groupId>
    <artifactId>engine</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pub.doric.dangle : engine gradle dependency to your build.gradle file:

implementation 'pub.doric.dangle:engine:0.1.1'

Gradle Kotlin DSL: Add the following pub.doric.dangle : engine gradle kotlin dependency to your build.gradle.kts file:

implementation("pub.doric.dangle:engine:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following pub.doric.dangle : engine sbt scala dependency to your build.sbt file:

libraryDependencies += "pub.doric.dangle" % "engine" % "0.1.1"