License |
License |
---|---|
GroupId | GroupIdorg.teavm.flavour |
ArtifactId | ArtifactIdteavm-flavour-regex |
Version | Version0.2.1 |
Type | Typejar |
Description |
DescriptionTeaVM Flavour - Regex
Efficient regular expression implementation based on deterministic finite automata
|
Filename | Size |
---|---|
teavm-flavour-regex-0.2.1.pom | |
teavm-flavour-regex-0.2.1.jar | 55 KB |
teavm-flavour-regex-0.2.1-sources.jar | 34 KB |
teavm-flavour-regex-0.2.1-javadoc.jar | 181 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.ow2.asm : asm-debug-all | jar | 5.0.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |