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