p

pathexpression

Implementation of an algorithm by Tarjan that efficiently computes path expressions based on a labeled graph
https://github.com/johspaeth/PathExpression
Eclipse Public License - v2.0
Johannes Spaeth
Files download
File Operation
pathexpression-1.0.2.jar download
pathexpression-1.0.2.pom download
pathexpression-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>de.fraunhofer.iem</groupId>
  <artifactId>pathexpression</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'de.fraunhofer.iem:pathexpression:1.0.2'
Gradle Kotlin
implementation("de.fraunhofer.iem:pathexpression:1.0.2")
Scala SBT
libraryDependencies += "de.fraunhofer.iem" % "pathexpression" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='de.fraunhofer.iem', module='pathexpression', version='1.0.2')
)
Apache Ivy
<dependency org="de.fraunhofer.iem" name="pathexpression" rev="1.0.2" />
Leiningen
[de.fraunhofer.iem/pathexpression "1.0.2"]
Apache Buildr
'de.fraunhofer.iem:pathexpression:jar:1.0.2'