Last Version

jDFA parent project 1.0.0

An Event-Based Deterministic Finite Automaton implementation in Java

License

License

GroupId

GroupId

io.github.benas
ArtifactId

ArtifactId

jdfa
Version

Version

1.0.0
Type

Type

pom
Description

Description

jDFA parent project
An Event-Based Deterministic Finite Automaton implementation in Java

Download jdfa 1.0.0

Filename Size
jdfa-1.0.0.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.benas/jdfa/ -->
<dependency>
    <groupId>io.github.benas</groupId>
    <artifactId>jdfa</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.benas/jdfa/
implementation 'io.github.benas:jdfa:1.0.0'
// https://jarcasting.com/artifacts/io.github.benas/jdfa/
implementation ("io.github.benas:jdfa:1.0.0")
'io.github.benas:jdfa:pom:1.0.0'
<dependency org="io.github.benas" name="jdfa" rev="1.0.0">
  <artifact name="jdfa" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.benas', module='jdfa', version='1.0.0')
)
libraryDependencies += "io.github.benas" % "jdfa" % "1.0.0"
[io.github.benas/jdfa "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jdfa-core
  • jdfa-tutorials