MVN

com.github.methylene : sym

Maven & Gradle

Mar 13, 2016
1 usages
1 stars

sym · Permutations and LookupLists

<dependency>
    <groupId>com.github.methylene</groupId>
    <artifactId>sym</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.methylene : sym to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of com.github.methylene : sym to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
sym-2.0.3
sym-2.0.2
sym-2.0.1
2.0
sym-2.0
1.9.x
sym-1.9.4
sym-1.9.3
sym-1.9.2
sym-1.9.1
sym-1.9.0
1.8.x
sym-1.8.3
sym-1.8.2
sym-1.8.1
1.8
sym-1.8
1.7
sym-1.7
1.6
sym-1.6
1.5
sym-1.5
1.4
sym-1.4
1.3
sym-1.3
1.2
sym-1.2
1.1
sym-1.1
1.0
sym-1.0

How to add a dependency to Maven

Add the following com.github.methylene : sym maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.methylene</groupId>
    <artifactId>sym</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.methylene : sym gradle dependency to your build.gradle file:

implementation 'com.github.methylene:sym:2.0.3'

Gradle Kotlin DSL: Add the following com.github.methylene : sym gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.methylene:sym:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.methylene : sym sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.methylene" % "sym" % "2.0.3"

Advertisement