MVN

org.dyvil : dyvil

Maven & Gradle

Feb 21, 2021
60 stars

dyvil · The Dyvil programming language.

<dependency>
    <groupId>org.dyvil</groupId>
    <artifactId>dyvil</artifactId>
    <version>0.47.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dyvil : dyvil to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.47.2

All Versions

Choose a version of org.dyvil : dyvil to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.47.x
dyvil-0.47.2
dyvil-0.47.1
dyvil-0.47.0
0.46.x
dyvil-0.46.5
dyvil-0.46.4
dyvil-0.46.3
dyvil-0.46.2
dyvil-0.46.1
dyvil-0.46.0
0.45.x
dyvil-0.45.1
dyvil-0.45.0
0.44.x
dyvil-0.44.1
dyvil-0.44.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.dyvil</groupId>
    <artifactId>dyvil</artifactId>
    <version>0.47.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dyvil : dyvil gradle dependency to your build.gradle file:

implementation 'org.dyvil:dyvil:0.47.2'

Gradle Kotlin DSL: Add the following org.dyvil : dyvil gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dyvil:dyvil:0.47.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dyvil : dyvil sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dyvil" % "dyvil" % "0.47.2"

Advertisement

Dependencies from Group

Feb 21, 2021
5 usages
60 stars
Feb 21, 2021
3 usages
60 stars
Feb 21, 2021
1 usages
60 stars
Feb 21, 2021
1 usages
60 stars
dpf
Feb 21, 2021
1 usages
0 stars

Discover Dependencies