MVN

com.gitlab.marvinh : flexible-tree

Maven & Gradle

Jul 07, 2017

Flexible Permutations · Library for generating permutation of given value domains

<dependency>
    <groupId>com.gitlab.marvinh</groupId>
    <artifactId>flexible-tree</artifactId>
    <version>1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.marvinh : flexible-tree to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3

All Versions

Choose a version of com.gitlab.marvinh : flexible-tree to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3
flexible-tree-1.3
1.2
flexible-tree-1.2
1.1
flexible-tree-1.1
1.0
flexible-tree-1.0

How to add a dependency to Maven

Add the following com.gitlab.marvinh : flexible-tree maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitlab.marvinh</groupId>
    <artifactId>flexible-tree</artifactId>
    <version>1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitlab.marvinh : flexible-tree gradle dependency to your build.gradle file:

implementation 'com.gitlab.marvinh:flexible-tree:1.3'

Gradle Kotlin DSL: Add the following com.gitlab.marvinh : flexible-tree gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitlab.marvinh:flexible-tree:1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitlab.marvinh : flexible-tree sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitlab.marvinh" % "flexible-tree" % "1.3"

Advertisement