MVN

io.github.martinschneider : juvavum

Maven & Gradle

Sep 09, 2021
1 stars

Juvavum · Analyse and play the games Juvavum, Domino Juvavum and Cram.

<dependency>
    <groupId>io.github.martinschneider</groupId>
    <artifactId>juvavum</artifactId>
    <version>21.09.09</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.martinschneider : juvavum to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21.09.09

All Versions

Choose a version of io.github.martinschneider : juvavum to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
21.09.x
juvavum-21.09.09

How to add a dependency to Maven

Add the following io.github.martinschneider : juvavum maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.martinschneider</groupId>
    <artifactId>juvavum</artifactId>
    <version>21.09.09</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.martinschneider : juvavum gradle dependency to your build.gradle file:

implementation 'io.github.martinschneider:juvavum:21.09.09'

Gradle Kotlin DSL: Add the following io.github.martinschneider : juvavum gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.martinschneider:juvavum:21.09.09")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.martinschneider : juvavum sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.martinschneider" % "juvavum" % "21.09.09"

Advertisement