c

com.io7m.jlexing.documentation

Lexing primitives (Documentation)
https://www.io7m.com/software/jlexing
Files download
File Operation
com.io7m.jlexing.documentation-3.1.0.jar download
com.io7m.jlexing.documentation-3.1.0.pom download
com.io7m.jlexing.documentation-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.io7m.jlexing</groupId>
  <artifactId>com.io7m.jlexing.documentation</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.io7m.jlexing:com.io7m.jlexing.documentation:3.1.0'
Gradle Kotlin
implementation("com.io7m.jlexing:com.io7m.jlexing.documentation:3.1.0")
Scala SBT
libraryDependencies += "com.io7m.jlexing" % "com.io7m.jlexing.documentation" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.io7m.jlexing', module='com.io7m.jlexing.documentation', version='3.1.0')
)
Apache Ivy
<dependency org="com.io7m.jlexing" name="com.io7m.jlexing.documentation" rev="3.1.0" />
Leiningen
[com.io7m.jlexing/com.io7m.jlexing.documentation "3.1.0"]
Apache Buildr
'com.io7m.jlexing:com.io7m.jlexing.documentation:jar:3.1.0'