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