xskipper-io / xskipper-regex-plugin   0.1.0

Apache License 2.0 GitHub

A sample plugin for xskipper. The plugin enable to index a column by specifying a list of patterns and saving the matching groups as a value list.

Scala versions: 2.12

xskipper-regex-plugin 0.1.0


Group ID:
io.xskipper
Artifact ID:
xskipper-regex-plugin_2.12
Version:
0.1.0
Release Date:
Feb 8, 2021
Licenses:
Files:

libraryDependencies += "io.xskipper" %% "xskipper-regex-plugin" % "0.1.0"

Mill build tool

ivy"io.xskipper::xskipper-regex-plugin:0.1.0"

Scala CLI

//> using dep "io.xskipper::xskipper-regex-plugin:0.1.0"

Ammonite REPL

import $ivy.`io.xskipper::xskipper-regex-plugin:0.1.0`

<dependency>
  <groupId>io.xskipper</groupId>
  <artifactId>xskipper-regex-plugin_2.12</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'io.xskipper', name: 'xskipper-regex-plugin_2.12', version: '0.1.0'