GroupId | GroupIdorg.unlaxer |
---|---|
ArtifactId | ArtifactIdebnf |
Version | Version1.1.10 |
Type | Typejar |
Filename | Size |
---|---|
ebnf-1.1.10.pom | |
ebnf-1.1.10.jar | 64 KB |
ebnf-1.1.10-sources.jar | 50 KB |
ebnf-1.1.10-javadoc.jar | 296 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.unlaxer/ebnf/ -->
<dependency>
<groupId>org.unlaxer</groupId>
<artifactId>ebnf</artifactId>
<version>1.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.unlaxer/ebnf/
implementation 'org.unlaxer:ebnf:1.1.10'
// https://jarcasting.com/artifacts/org.unlaxer/ebnf/
implementation ("org.unlaxer:ebnf:1.1.10")
'org.unlaxer:ebnf:jar:1.1.10'
<dependency org="org.unlaxer" name="ebnf" rev="1.1.10">
<artifact name="ebnf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.unlaxer', module='ebnf', version='1.1.10')
)
libraryDependencies += "org.unlaxer" % "ebnf" % "1.1.10"
[org.unlaxer/ebnf "1.1.10"]