Last Version

TeaVM Flavour - Regex 0.2.1

Efficient regular expression implementation based on deterministic finite automata

License

License

GroupId

GroupId

org.teavm.flavour
ArtifactId

ArtifactId

teavm-flavour-regex
Version

Version

0.2.1
Type

Type

jar
Description

Description

TeaVM Flavour - Regex
Efficient regular expression implementation based on deterministic finite automata

Download teavm-flavour-regex 0.2.1


<!-- https://jarcasting.com/artifacts/org.teavm.flavour/teavm-flavour-regex/ -->
<dependency>
    <groupId>org.teavm.flavour</groupId>
    <artifactId>teavm-flavour-regex</artifactId>
    <version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.teavm.flavour/teavm-flavour-regex/
implementation 'org.teavm.flavour:teavm-flavour-regex:0.2.1'
// https://jarcasting.com/artifacts/org.teavm.flavour/teavm-flavour-regex/
implementation ("org.teavm.flavour:teavm-flavour-regex:0.2.1")
'org.teavm.flavour:teavm-flavour-regex:jar:0.2.1'
<dependency org="org.teavm.flavour" name="teavm-flavour-regex" rev="0.2.1">
  <artifact name="teavm-flavour-regex" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.teavm.flavour', module='teavm-flavour-regex', version='0.2.1')
)
libraryDependencies += "org.teavm.flavour" % "teavm-flavour-regex" % "0.2.1"
[org.teavm.flavour/teavm-flavour-regex "0.2.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.ow2.asm : asm-debug-all jar 5.0.4

test (2)

Group / Artifact Type Version
junit : junit jar 4.11
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.