We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03a7d7c commit c15370bCopy full SHA for c15370b
pom.xml
@@ -16,6 +16,8 @@
16
<developerConnection>scm:git:ssh://github.com:secure-software-engineering/PathExpression.git</developerConnection>
17
<url>https://github.com/secure-software-engineering/PathExpression</url>
18
</scm>
19
+ <name>Tarjan's Path Expression Implementation for Java</name>
20
+ <description>Implementation of an algorithm by Tarjan that efficiently computes path expressions based on a labeled graph</description>
21
<developers>
22
<developer>
23
<name>Boomerang development team</name>
0 commit comments