MVN

uk.org.binky : lexinator

Maven & Gradle

Aug 20, 2015
0 stars

lexinator · A lexing library. The design is essentially Rob Pike's lexer from his talk "Lexical Scanning in Go"

<dependency>
    <groupId>uk.org.binky</groupId>
    <artifactId>lexinator</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.org.binky : lexinator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of uk.org.binky : lexinator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
lexinator-0.2.0
0.1.x
lexinator-0.1.4
lexinator-0.1.3

How to add a dependency to Maven

Add the following uk.org.binky : lexinator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.org.binky</groupId>
    <artifactId>lexinator</artifactId>
    <version>0.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.org.binky : lexinator gradle dependency to your build.gradle file:

implementation 'uk.org.binky:lexinator:0.2.0'

Gradle Kotlin DSL: Add the following uk.org.binky : lexinator gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.org.binky:lexinator:0.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.org.binky : lexinator sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.org.binky" % "lexinator" % "0.2.0"

Advertisement

Dependencies from Group

Aug 20, 2015
0 stars

Discover Dependencies

Oct 23, 2015
2 stars
Jul 26, 2015
443 stars
Oct 25, 2018
1 usages
7.8k stars
Jul 30, 2015
2 usages
101 stars
Jul 30, 2015
3 usages
101 stars
Jul 30, 2015
2 usages
101 stars
Jul 30, 2015
2 usages
101 stars
Jul 30, 2015
2 usages
101 stars
Aug 24, 2023
2 usages
725 stars