GroupId | GroupIdorg.leibnizcenter |
---|---|
ArtifactId | ArtifactIdprobabilistic-earley-parser |
Version | Version0.9.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.leibnizcenter/probabilistic-earley-parser/ -->
<dependency>
<groupId>org.leibnizcenter</groupId>
<artifactId>probabilistic-earley-parser</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.leibnizcenter/probabilistic-earley-parser/
implementation 'org.leibnizcenter:probabilistic-earley-parser:0.9.6'
// https://jarcasting.com/artifacts/org.leibnizcenter/probabilistic-earley-parser/
implementation ("org.leibnizcenter:probabilistic-earley-parser:0.9.6")
'org.leibnizcenter:probabilistic-earley-parser:jar:0.9.6'
<dependency org="org.leibnizcenter" name="probabilistic-earley-parser" rev="0.9.6">
<artifact name="probabilistic-earley-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.leibnizcenter', module='probabilistic-earley-parser', version='0.9.6')
)
libraryDependencies += "org.leibnizcenter" % "probabilistic-earley-parser" % "0.9.6"
[org.leibnizcenter/probabilistic-earley-parser "0.9.6"]