MVN

io.github.astrapi69 : visitor

Maven & Gradle

Aug 29, 2022
1 usages
2 stars

visitor · This project holds classes for the visitor pattern

<dependency>
    <groupId>io.github.astrapi69</groupId>
    <artifactId>visitor</artifactId>
    <version>6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6

All Versions

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

Version Vulnerabilities Updated
6
visitor-6
5.2
visitor-5.2
5.1
visitor-5.1
5
visitor-5
4.16
visitor-4.16
4.15
visitor-4.15

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.astrapi69</groupId>
    <artifactId>visitor</artifactId>
    <version>6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.astrapi69:visitor:6'

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

implementation("io.github.astrapi69:visitor:6")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.astrapi69" % "visitor" % "6"

Advertisement