jDFA parent project

An Event-Based Deterministic Finite Automaton implementation in Java

License

License

GroupId

GroupId

io.github.benas
ArtifactId

ArtifactId

jdfa
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

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

Download jdfa

Filename Size
jdfa-1.0.0.pom 1 KB
Browse

How to add to project

<!-- 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

Versions

Version
1.0.0