MVN

com.anatawa12.autoVisitor : lib-js

Maven & Gradle

Aug 02, 2021
3 stars

Auto Visitor · A kotlin compiler plugin to make easy to write visitor pattern.

<dependency>
    <groupId>com.anatawa12.autoVisitor</groupId>
    <artifactId>lib-js</artifactId>
    <version>1.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anatawa12.autoVisitor : lib-js to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.6

All Versions

Choose a version of com.anatawa12.autoVisitor : lib-js to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
lib-js-1.0.6
lib-js-1.0.5
lib-js-1.0.3
lib-js-1.0.2
lib-js-1.0.1
lib-js-1.0.0

How to add a dependency to Maven

Add the following com.anatawa12.autoVisitor : lib-js maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.anatawa12.autoVisitor</groupId>
    <artifactId>lib-js</artifactId>
    <version>1.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.anatawa12.autoVisitor : lib-js gradle dependency to your build.gradle file:

implementation 'com.anatawa12.autoVisitor:lib-js:1.0.6'

Gradle Kotlin DSL: Add the following com.anatawa12.autoVisitor : lib-js gradle kotlin dependency to your build.gradle.kts file:

implementation("com.anatawa12.autoVisitor:lib-js:1.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.anatawa12.autoVisitor : lib-js sbt scala dependency to your build.sbt file:

libraryDependencies += "com.anatawa12.autoVisitor" % "lib-js" % "1.0.6"

Advertisement