MVN

com.github.hakenadu : composite-terms

Maven & Gradle

Jun 01, 2020
1 stars

Composite Terms · A light extensible java 8+ library for creating composites of terms which are evaluatable using a visitor pattern.

<dependency>
    <groupId>com.github.hakenadu</groupId>
    <artifactId>composite-terms</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hakenadu : composite-terms to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.github.hakenadu : composite-terms to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
composite-terms-0.0.3

How to add a dependency to Maven

Add the following com.github.hakenadu : composite-terms maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hakenadu</groupId>
    <artifactId>composite-terms</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hakenadu : composite-terms gradle dependency to your build.gradle file:

implementation 'com.github.hakenadu:composite-terms:0.0.3'

Gradle Kotlin DSL: Add the following com.github.hakenadu : composite-terms gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hakenadu:composite-terms:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hakenadu : composite-terms sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hakenadu" % "composite-terms" % "0.0.3"